Html Css Color HEX #004896 Cobalt

📋 copy color: '#004896'

red 0 ◦ green 72 ◦ blue 150

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

Shades of Cobalt #004896

Tints of Cobalt #004896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 0%
G = 32.43%
B = 67.57%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004896 (or 0x004896) is known color: Cobalt. HEX triplet: 00, 48 and 96. RGB value is (0,72,150). Sum of RGB (Red+Green+Blue) = 0+72+150=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #004896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004896 is #FFB769. Grayscale: #3A3A3A. Windows color (decimal): -16758634 or 9848832. OLE color: 9848832.

HSL color Cylindrical-coordinate representation of color #004896: hue angle of 211.2º 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 #004896 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 72 150 -
CMYK 1 0.52 0 0.41
HSL 211.2º 1% 0.29% -
HSV(B) 211.2º 1% 0.59% -
XYZ 7.82 6.84 29.76 -
YUV 59.36 179.15 85.66 -
System Red Green Blue C M Y K H S L
Decimal 0 72 150 1 0.52 0 0.41 211.2 1 0.29
Hex 0 48 96 64 34 0 29 D3 64 1D
Octal 0 110 226 144 64 0 51 323 144 35
Binary 0 1001000 10010110 1100100 110100 0 101001 11010011 1100100 11101

Color Harmonies of #004896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004896

Black with #004896

Text Example


Text Example

White with #004896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004896; }

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

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

background-color css

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

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

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

border-color css

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

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

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