Html Css Color HEX #044599 Cobalt

📋 copy color: '#044599'

red 4 ◦ green 69 ◦ blue 153

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

Shades of Cobalt #044599

Tints of Cobalt #044599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

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

R = 1.77%
G = 30.53%
B = 67.7%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#044599 (or 0x044599) is known color: Cobalt. HEX triplet: 04, 45 and 99. RGB value is (4,69,153). Sum of RGB (Red+Green+Blue) = 4+69+153=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #044599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044599 is #FBBA66. Grayscale: #3A3A3A. Windows color (decimal): -16497255 or 10044676. OLE color: 10044676.

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

Color convert

RGB 4 69 153 -
CMYK 0.97 0.55 0 0.4
HSL 213.83º 0.95% 0.31% -
HSV(B) 213.83º 0.97% 0.6% -
XYZ 7.93 6.58 30.99 -
YUV 59.14 180.97 88.67 -
System Red Green Blue C M Y K H S L
Decimal 4 69 153 0.97 0.55 0 0.4 213.83 0.95 0.31
Hex 4 45 99 61 37 0 28 D6 5F 1F
Octal 4 105 231 141 67 0 50 326 137 37
Binary 100 1000101 10011001 1100001 110111 0 101000 11010110 1011111 11111

Color Harmonies of #044599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044599

Black with #044599

Text Example


Text Example

White with #044599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044599; }

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

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

background-color css

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

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

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

border-color css

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

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

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