Html Css Color HEX #044899 Cobalt

📋 copy color: '#044899'

red 4 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #044899

Tints of Cobalt #044899

RGB

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

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

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

R = 1.75%
G = 31.44%
B = 66.81%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#044899 (or 0x044899) is known color: Cobalt. HEX triplet: 04, 48 and 99. RGB value is (4,72,153). Sum of RGB (Red+Green+Blue) = 4+72+153=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #044899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044899 is #FBB766. Grayscale: #3C3C3C. Windows color (decimal): -16496487 or 10045444. OLE color: 10045444.

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

Color convert

RGB 4 72 153 -
CMYK 0.97 0.53 0 0.4
HSL 212.62º 0.95% 0.31% -
HSV(B) 212.62º 0.97% 0.6% -
XYZ 8.12 6.96 31.05 -
YUV 60.9 179.97 87.41 -
System Red Green Blue C M Y K H S L
Decimal 4 72 153 0.97 0.53 0 0.4 212.62 0.95 0.31
Hex 4 48 99 61 35 0 28 D5 5F 1F
Octal 4 110 231 141 65 0 50 325 137 37
Binary 100 1001000 10011001 1100001 110101 0 101000 11010101 1011111 11111

Color Harmonies of #044899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044899

Black with #044899

Text Example


Text Example

White with #044899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044899; }

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

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

background-color css

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

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

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

border-color css

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

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

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