Html Css Color HEX #044995 Cobalt

📋 copy color: '#044995'

red 4 ◦ green 73 ◦ blue 149

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

Shades of Cobalt #044995

Tints of Cobalt #044995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 1.77%
G = 32.3%
B = 65.93%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#044995 (or 0x044995) is known color: Cobalt. HEX triplet: 04, 49 and 95. RGB value is (4,73,149). Sum of RGB (Red+Green+Blue) = 4+73+149=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #044995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044995 is #FBB66A. Grayscale: #3C3C3C. Windows color (decimal): -16496235 or 9783556. OLE color: 9783556.

HSL color Cylindrical-coordinate representation of color #044995: hue angle of 211.45º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044995 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 73 149 -
CMYK 0.97 0.51 0 0.42
HSL 211.45º 0.95% 0.3% -
HSV(B) 211.45º 0.97% 0.58% -
XYZ 7.86 6.96 29.36 -
YUV 61.03 177.64 87.32 -
System Red Green Blue C M Y K H S L
Decimal 4 73 149 0.97 0.51 0 0.42 211.45 0.95 0.3
Hex 4 49 95 61 33 0 2A D3 5F 1E
Octal 4 111 225 141 63 0 52 323 137 36
Binary 100 1001001 10010101 1100001 110011 0 101010 11010011 1011111 11110

Color Harmonies of #044995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044995

Black with #044995

Text Example


Text Example

White with #044995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044995; }

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

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

background-color css

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

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

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

border-color css

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

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

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