#004CAB

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

Shades of Cobalt #004CAB

Tints of Cobalt #004CAB

Color information

#004CAB (or 0x004CAB) is unknown color: approx Cobalt. HEX triplet: 00, 4C and AB. RGB value is (0,76,171). Sum of RGB (Red+Green+Blue) = 0+76+171=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #004CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CAB is #FFB354. Grayscale: #3F3F3F. Windows color (decimal): -16757589 or 11226112. OLE color: 11226112.

HSL color Cylindrical-coordinate representation of color #004CAB: hue angle of 213.33º 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 #004CAB is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB076171-
CMYK10.5600.33
HSL213.33º100%33.53%-
HSV(B)213.33º100%67.06%-
XYZ9.948.1139.57-
YUV64.11188.3282.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 171 (67.19% from 255) = 69.23%
R=0%
G=30.77%
B=69.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal07617110.5600.33213.3310033.53
Hex04CAB6438021d56422
Octal01142531447004132514442
Binary010011001010101111001001110000100001110101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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