Html Css Color HEX #044A99 Cobalt

📋 copy color: '#044A99'

red 4 ◦ green 74 ◦ blue 153

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

Shades of Cobalt #044A99

Tints of Cobalt #044A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.03%

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

R = 1.73%
G = 32.03%
B = 66.23%

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

#044A99 (or 0x044A99) is known color: Cobalt. HEX triplet: 04, 4A and 99. RGB value is (4,74,153). Sum of RGB (Red+Green+Blue) = 4+74+153=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #044A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A99 is #FBB566. Grayscale: #3D3D3D. Windows color (decimal): -16495975 or 10045956. OLE color: 10045956.

HSL color Cylindrical-coordinate representation of color #044A99: hue angle of 211.81º 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 #044A99 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 74 153 -
CMYK 0.97 0.52 0 0.4
HSL 211.81º 0.95% 0.31% -
HSV(B) 211.81º 0.97% 0.6% -
XYZ 8.25 7.22 31.1 -
YUV 62.08 179.31 86.58 -
System Red Green Blue C M Y K H S L
Decimal 4 74 153 0.97 0.52 0 0.4 211.81 0.95 0.31
Hex 4 4A 99 61 34 0 28 D4 5F 1F
Octal 4 112 231 141 64 0 50 324 137 37
Binary 100 1001010 10011001 1100001 110100 0 101000 11010100 1011111 11111

Color Harmonies of #044A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A99

Black with #044A99

Text Example


Text Example

White with #044A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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