Html Css Color HEX #044F99 Cobalt

📋 copy color: '#044F99'

red 4 ◦ green 79 ◦ blue 153

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

Shades of Cobalt #044F99

Tints of Cobalt #044F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.47%

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

R = 1.69%
G = 33.47%
B = 64.83%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#044F99 (or 0x044F99) is known color: Cobalt. HEX triplet: 04, 4F and 99. RGB value is (4,79,153). Sum of RGB (Red+Green+Blue) = 4+79+153=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #044F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044F99 is #FBB066. Grayscale: #404040. Windows color (decimal): -16494695 or 10047236. OLE color: 10047236.

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

Color convert

RGB 4 79 153 -
CMYK 0.97 0.48 0 0.4
HSL 209.8º 0.95% 0.31% -
HSV(B) 209.8º 0.97% 0.6% -
XYZ 8.6 7.92 31.21 -
YUV 65.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 4 79 153 0.97 0.48 0 0.4 209.8 0.95 0.31
Hex 4 4F 99 61 30 0 28 D2 5F 1F
Octal 4 117 231 141 60 0 50 322 137 37
Binary 100 1001111 10011001 1100001 110000 0 101000 11010010 1011111 11111

Color Harmonies of #044F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F99

Black with #044F99

Text Example


Text Example

White with #044F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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