Html Css Color HEX #004CA6 Cobalt

📋 copy color: '#004CA6'

red 0 ◦ green 76 ◦ blue 166

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

Shades of Cobalt #004CA6

Tints of Cobalt #004CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 68.6%

R = 0%
G = 31.4%
B = 68.6%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#004CA6 (or 0x004CA6) is known color: Cobalt. HEX triplet: 00, 4C and A6. RGB value is (0,76,166). Sum of RGB (Red+Green+Blue) = 0+76+166=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 166 (65.23% from 255 or 68.60% from 242); Max value from RGB is 166 - color contains mainly: blue. Hex color #004CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CA6 is #FFB359. Grayscale: #3F3F3F. Windows color (decimal): -16757594 or 10898432. OLE color: 10898432.

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

Color convert

RGB 0 76 166 -
CMYK 1 0.54 0 0.35
HSL 212.53º 1% 0.33% -
HSV(B) 212.53º 1% 0.65% -
XYZ 9.47 7.92 37.11 -
YUV 63.54 185.82 82.68 -
System Red Green Blue C M Y K H S L
Decimal 0 76 166 1 0.54 0 0.35 212.53 1 0.33
Hex 0 4C A6 64 36 0 23 D5 64 21
Octal 0 114 246 144 66 0 43 325 144 41
Binary 0 1001100 10100110 1100100 110110 0 100011 11010101 1100100 100001

Color Harmonies of #004CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CA6

Black with #004CA6

Text Example


Text Example

White with #004CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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