Html Css Color HEX #004CA0 Cobalt

📋 copy color: '#004CA0'

red 0 ◦ green 76 ◦ blue 160

#004CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #004CA0

Tints of Cobalt #004CA0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 160 (62.89% from 255) = 67.8%

R = 0%
G = 32.2%
B = 67.8%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#004CA0 (or 0x004CA0) is known color: Cobalt. HEX triplet: 00, 4C and A0. RGB value is (0,76,160). Sum of RGB (Red+Green+Blue) = 0+76+160=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #004CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CA0 is #FFB35F. Grayscale: #3E3E3E. Windows color (decimal): -16757600 or 10505216. OLE color: 10505216.

HSL color Cylindrical-coordinate representation of color #004CA0: hue angle of 211.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CA0 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 76 160 -
CMYK 1 0.52 0 0.37
HSL 211.5º 1% 0.31% -
HSV(B) 211.5º 1% 0.63% -
XYZ 8.93 7.71 34.27 -
YUV 62.85 182.82 83.17 -
System Red Green Blue C M Y K H S L
Decimal 0 76 160 1 0.52 0 0.37 211.5 1 0.31
Hex 0 4C A0 64 34 0 25 D4 64 1F
Octal 0 114 240 144 64 0 45 324 144 37
Binary 0 1001100 10100000 1100100 110100 0 100101 11010100 1100100 11111

Color Harmonies of #004CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CA0

Black with #004CA0

Text Example


Text Example

White with #004CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #004CA0;
 }
 .AnyTagClassName
 {
   color: #004CA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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