#0D4EA4

Color #0D4EA4 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0D4EA4

Tints of Cobalt #0D4EA4

Color information

#0D4EA4 (or 0x0D4EA4) is unknown color: approx Cobalt. HEX triplet: 0D, 4E and A4. RGB value is (13,78,164). Sum of RGB (Red+Green+Blue) = 13+78+164=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D4EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4EA4 is #F2B15B. Grayscale: #434343. Windows color (decimal): -15905116 or 10767885. OLE color: 10767885.

HSL color Cylindrical-coordinate representation of color #0D4EA4: hue angle of 214.17º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4EA4 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1378164-
CMYK0.920.5200.36
HSL214.17º85.31%34.71%-
HSV(B)214.17º92.07%64.31%-
XYZ9.598.2136.2-
YUV68.37181.9788.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.10%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 164 (64.45% from 255) = 64.31%
R=5.10%
G=30.59%
B=64.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13781640.920.5200.36214.1785.3134.71
HexD4EA45C34024d65523
Octal151162441346404432612543
Binary110110011101010010010111001101000100100110101101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D4EA4; }

 p { color: rgb(13,78,164); }

 H1.HeaderClassName
 {
   color: #0D4EA4;
 }
 .AnyTagClassName
 {
   color: #0D4EA4;
 }
</style>
background-color css

<style>
 a { background-color: #0D4EA4; }

 a { background-color: rgb(13,78,164); }

 div.DivClassName
 {
   background-color: #0D4EA4;
 }
 .BgClassName
 {
   background-color: #0D4EA4;
 }
</style>
border-color css

<style>
 span { border-color: #0D4EA4; }

 span { border-color: rgb(13,78,164); }

 td.TdClassName
 {
   border-color: #0D4EA4;
 }
 .TagClassName
 {
   border-color: #0D4EA4;
 }
</style>