Html Css Color HEX #044999 Cobalt

📋 copy color: '#044999'

red 4 ◦ green 73 ◦ blue 153

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

Shades of Cobalt #044999

Tints of Cobalt #044999

RGB

 RED value IS 4 (1.95% from 255) = 1.74%

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

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

R = 1.74%
G = 31.74%
B = 66.52%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#044999 (or 0x044999) is known color: Cobalt. HEX triplet: 04, 49 and 99. RGB value is (4,73,153). Sum of RGB (Red+Green+Blue) = 4+73+153=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #044999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044999 is #FBB666. Grayscale: #3D3D3D. Windows color (decimal): -16496231 or 10045700. OLE color: 10045700.

HSL color Cylindrical-coordinate representation of color #044999: hue angle of 212.21º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044999 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 73 153 -
CMYK 0.97 0.52 0 0.4
HSL 212.21º 0.95% 0.31% -
HSV(B) 212.21º 0.97% 0.6% -
XYZ 8.18 7.09 31.07 -
YUV 61.49 179.64 87 -
System Red Green Blue C M Y K H S L
Decimal 4 73 153 0.97 0.52 0 0.4 212.21 0.95 0.31
Hex 4 49 99 61 34 0 28 D4 5F 1F
Octal 4 111 231 141 64 0 50 324 137 37
Binary 100 1001001 10011001 1100001 110100 0 101000 11010100 1011111 11111

Color Harmonies of #044999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044999

Black with #044999

Text Example


Text Example

White with #044999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044999; }

 p { color: rgb(4,73,153); }

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

background-color css

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

 a { background-color: rgb(4,73,153); }

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

border-color css

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

 span { border-color: rgb(4,73,153); }

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