Html Css Color HEX #044499 Cobalt

📋 copy color: '#044499'

red 4 ◦ green 68 ◦ blue 153

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

Shades of Cobalt #044499

Tints of Cobalt #044499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.22%

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

R = 1.78%
G = 30.22%
B = 68%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#044499 (or 0x044499) is known color: Cobalt. HEX triplet: 04, 44 and 99. RGB value is (4,68,153). Sum of RGB (Red+Green+Blue) = 4+68+153=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #044499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044499 is #FBBB66. Grayscale: #3A3A3A. Windows color (decimal): -16497511 or 10044420. OLE color: 10044420.

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

Color convert

RGB 4 68 153 -
CMYK 0.97 0.56 0 0.4
HSL 214.23º 0.95% 0.31% -
HSV(B) 214.23º 0.97% 0.6% -
XYZ 7.87 6.46 30.97 -
YUV 58.55 181.3 89.09 -
System Red Green Blue C M Y K H S L
Decimal 4 68 153 0.97 0.56 0 0.4 214.23 0.95 0.31
Hex 4 44 99 61 38 0 28 D6 5F 1F
Octal 4 104 231 141 70 0 50 326 137 37
Binary 100 1000100 10011001 1100001 111000 0 101000 11010110 1011111 11111

Color Harmonies of #044499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044499

Black with #044499

Text Example


Text Example

White with #044499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044499; }

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

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

background-color css

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

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

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

border-color css

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

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

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