#004EAB

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

Shades of Cobalt #004EAB

Tints of Cobalt #004EAB

Color information

#004EAB (or 0x004EAB) is unknown color: approx Cobalt. HEX triplet: 00, 4E and AB. RGB value is (0,78,171). Sum of RGB (Red+Green+Blue) = 0+78+171=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #004EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004EAB is #FFB154. Grayscale: #404040. Windows color (decimal): -16757077 or 11226624. OLE color: 11226624.

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

Color convert

RGB078171-
CMYK10.5400.33
HSL212.63º100%33.53%-
HSV(B)212.63º100%67.06%-
XYZ10.088.3939.62-
YUV65.28187.6681.44-

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.33%
BLUE value IS 171 (67.19% from 255) = 68.67%
R=0%
G=31.33%
B=68.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal07817110.5400.33212.6310033.53
Hex04EAB6436021d56422
Octal01162531446604132514442
Binary010011101010101111001001101100100001110101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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