Html Css Color HEX #004899 Cobalt

📋 copy color: '#004899'

red 0 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #004899

Tints of Cobalt #004899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68%

R = 0%
G = 32%
B = 68%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#004899 (or 0x004899) is known color: Cobalt. HEX triplet: 00, 48 and 99. RGB value is (0,72,153). Sum of RGB (Red+Green+Blue) = 0+72+153=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #004899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004899 is #FFB766. Grayscale: #3B3B3B. Windows color (decimal): -16758631 or 10045440. OLE color: 10045440.

HSL color Cylindrical-coordinate representation of color #004899: hue angle of 211.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004899 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 72 153 -
CMYK 1 0.53 0 0.4
HSL 211.76º 1% 0.3% -
HSV(B) 211.76º 1% 0.6% -
XYZ 8.07 6.93 31.05 -
YUV 59.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 0 72 153 1 0.53 0 0.4 211.76 1 0.3
Hex 0 48 99 64 35 0 28 D4 64 1E
Octal 0 110 231 144 65 0 50 324 144 36
Binary 0 1001000 10011001 1100100 110101 0 101000 11010100 1100100 11110

Color Harmonies of #004899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004899

Black with #004899

Text Example


Text Example

White with #004899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004899; }

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

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

background-color css

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

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

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

border-color css

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

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

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