#044A91

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

Shades of Dark Cerulean #044A91

Tints of Dark Cerulean #044A91

Color information

#044A91 (or 0x044A91) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4A and 91. RGB value is (4,74,145). Sum of RGB (Red+Green+Blue) = 4+74+145=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #044A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A91 is #FBB56E. Grayscale: #3C3C3C. Windows color (decimal): -16495983 or 9521668. OLE color: 9521668.

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

Color convert

RGB474145-
CMYK0.970.4900.43
HSL210.21º94.63%29.22%-
HSV(B)210.21º97.24%56.86%-
XYZ7.616.9727.73-
YUV61.16175.3187.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=1.79%
G=33.18%
B=65.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4741450.970.4900.43210.2194.6329.22
Hex44A91613102Bd25f1d
Octal41122211416105332213735
Binary1001001010100100011100001110001010101111010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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