Html Css Color HEX #004C9F Cobalt

📋 copy color: '#004C9F'

red 0 ◦ green 76 ◦ blue 159

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

Shades of Cobalt #004C9F

Tints of Cobalt #004C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.66%

R = 0%
G = 32.34%
B = 67.66%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#004C9F (or 0x004C9F) is known color: Cobalt. HEX triplet: 00, 4C and 9F. RGB value is (0,76,159). Sum of RGB (Red+Green+Blue) = 0+76+159=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #004C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C9F is #FFB360. Grayscale: #3E3E3E. Windows color (decimal): -16757601 or 10439680. OLE color: 10439680.

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

Color convert

RGB 0 76 159 -
CMYK 1 0.52 0 0.38
HSL 211.32º 1% 0.31% -
HSV(B) 211.32º 1% 0.62% -
XYZ 8.84 7.67 33.82 -
YUV 62.74 182.32 83.25 -
System Red Green Blue C M Y K H S L
Decimal 0 76 159 1 0.52 0 0.38 211.32 1 0.31
Hex 0 4C 9F 64 34 0 26 D3 64 1F
Octal 0 114 237 144 64 0 46 323 144 37
Binary 0 1001100 10011111 1100100 110100 0 100110 11010011 1100100 11111

Color Harmonies of #004C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C9F

Black with #004C9F

Text Example


Text Example

White with #004C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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