Html Css Color HEX #004996 Cobalt

📋 copy color: '#004996'

red 0 ◦ green 73 ◦ blue 150

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

Shades of Cobalt #004996

Tints of Cobalt #004996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 0%
G = 32.74%
B = 67.26%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004996 (or 0x004996) is known color: Cobalt. HEX triplet: 00, 49 and 96. RGB value is (0,73,150). Sum of RGB (Red+Green+Blue) = 0+73+150=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #004996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004996 is #FFB669. Grayscale: #3B3B3B. Windows color (decimal): -16758378 or 9849088. OLE color: 9849088.

HSL color Cylindrical-coordinate representation of color #004996: hue angle of 210.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004996 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 73 150 -
CMYK 1 0.51 0 0.41
HSL 210.8º 1% 0.29% -
HSV(B) 210.8º 1% 0.59% -
XYZ 7.89 6.97 29.78 -
YUV 59.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 0 73 150 1 0.51 0 0.41 210.8 1 0.29
Hex 0 49 96 64 33 0 29 D3 64 1D
Octal 0 111 226 144 63 0 51 323 144 35
Binary 0 1001001 10010110 1100100 110011 0 101001 11010011 1100100 11101

Color Harmonies of #004996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004996

Black with #004996

Text Example


Text Example

White with #004996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004996; }

 p { color: rgb(0,73,150); }

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

background-color css

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

 a { background-color: rgb(0,73,150); }

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

border-color css

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

 span { border-color: rgb(0,73,150); }

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