#004CA5

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

Shades of Cobalt #004CA5

Tints of Cobalt #004CA5

Color information

#004CA5 (or 0x004CA5) is unknown color: approx Cobalt. HEX triplet: 00, 4C and A5. RGB value is (0,76,165). Sum of RGB (Red+Green+Blue) = 0+76+165=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #004CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CA5 is #FFB35A. Grayscale: #3E3E3E. Windows color (decimal): -16757595 or 10832896. OLE color: 10832896.

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

Color convert

RGB076165-
CMYK10.5400.35
HSL212.36º100%32.35%-
HSV(B)212.36º100%64.71%-
XYZ9.387.8936.63-
YUV63.42185.3282.76-

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) = 31.54%
BLUE value IS 165 (64.84% from 255) = 68.46%
R=0%
G=31.54%
B=68.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal07616510.5400.35212.3610032.35
Hex04CA56436023d46420
Octal01142451446604332414440
Binary010011001010010111001001101100100011110101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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