#044C99

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

Shades of Cobalt #044C99

Tints of Cobalt #044C99

Color information

#044C99 (or 0x044C99) is unknown color: approx Cobalt. HEX triplet: 04, 4C and 99. RGB value is (4,76,153). Sum of RGB (Red+Green+Blue) = 4+76+153=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #044C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C99 is #FBB366. Grayscale: #3E3E3E. Windows color (decimal): -16495463 or 10046468. OLE color: 10046468.

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

Color convert

RGB476153-
CMYK0.970.5000.4
HSL211.01º94.9%30.78%-
HSV(B)211.01º97.39%60%-
XYZ8.387.4931.14-
YUV63.25178.6585.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 153 (60.16% from 255) = 65.67%
R=1.72%
G=32.62%
B=65.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4761530.970.5000.4211.0194.930.78
Hex44C996132028d35f1f
Octal41142311416205032313737
Binary1001001100100110011100001110010010100011010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #044C99;
 }
 .AnyTagClassName
 {
   color: #044C99;
 }
</style>
background-color css

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

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

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

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

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

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