#004EA9

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

Shades of Cobalt #004EA9

Tints of Cobalt #004EA9

Color information

#004EA9 (or 0x004EA9) is unknown color: approx Cobalt. HEX triplet: 00, 4E and A9. RGB value is (0,78,169). Sum of RGB (Red+Green+Blue) = 0+78+169=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #004EA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004EA9 is #FFB156. Grayscale: #404040. Windows color (decimal): -16757079 or 11095552. OLE color: 11095552.

HSL color Cylindrical-coordinate representation of color #004EA9: hue angle of 212.31º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EA9 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB078169-
CMYK10.5400.34
HSL212.31º100%33.14%-
HSV(B)212.31º100%66.27%-
XYZ9.898.3138.62-
YUV65.05186.6681.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 169 (66.41% from 255) = 68.42%
R=0%
G=31.58%
B=68.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal07816910.5400.34212.3110033.14
Hex04EA96436022d46421
Octal01162511446604232414441
Binary010011101010100111001001101100100010110101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004EA9; }

 p { color: rgb(0,78,169); }

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

<style>
 a { background-color: #004EA9; }

 a { background-color: rgb(0,78,169); }

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

<style>
 span { border-color: #004EA9; }

 span { border-color: rgb(0,78,169); }

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