#044C91

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

Shades of Dark Cerulean #044C91

Tints of Dark Cerulean #044C91

Color information

#044C91 (or 0x044C91) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4C and 91. RGB value is (4,76,145). Sum of RGB (Red+Green+Blue) = 4+76+145=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #044C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C91 is #FBB36E. Grayscale: #3D3D3D. Windows color (decimal): -16495471 or 9522180. OLE color: 9522180.

HSL color Cylindrical-coordinate representation of color #044C91: hue angle of 209.36º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044C91 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB476145-
CMYK0.970.4800.43
HSL209.36º94.63%29.22%-
HSV(B)209.36º97.24%56.86%-
XYZ7.757.2427.78-
YUV62.34174.6586.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 145 (57.03% from 255) = 64.44%
R=1.78%
G=33.78%
B=64.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4761450.970.4800.43209.3694.6329.22
Hex44C91613002Bd15f1d
Octal41142211416005332113735
Binary1001001100100100011100001110000010101111010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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