#044499

Color #044499 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #044499

Tints of Cobalt #044499

Color information

#044499 (or 0x044499) is unknown color: approx 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

RGB468153-
CMYK0.970.5600.4
HSL214.23º94.9%30.78%-
HSV(B)214.23º97.39%60%-
XYZ7.876.4630.97-
YUV58.55181.389.09-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4681530.970.5600.4214.2394.930.78
Hex444996138028d65f1f
Octal41042311417005032613737
Binary1001000100100110011100001111000010100011010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>