#044E80

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

Shades of Dark Cerulean #044E80

Tints of Dark Cerulean #044E80

Color information

#044E80 (or 0x044E80) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4E and 80. RGB value is (4,78,128). Sum of RGB (Red+Green+Blue) = 4+78+128=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #044E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E80 is #FBB17F. Grayscale: #3D3D3D. Windows color (decimal): -16494976 or 8408580. OLE color: 8408580.

HSL color Cylindrical-coordinate representation of color #044E80: hue angle of 204.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E80 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB478128-
CMYK0.970.3900.50
HSL204.19º93.94%25.88%-
HSV(B)204.19º96.88%50.2%-
XYZ6.677.0321.43-
YUV61.57165.4886.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 128 (50.39% from 255) = 60.95%
R=1.90%
G=37.14%
B=60.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4781280.970.3900.50204.1993.9425.88
Hex44E806127032cc5e1a
Octal41162001414706231413632
Binary1001001110100000001100001100111011001011001100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,78,128); }

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

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

 a { background-color: rgb(4,78,128); }

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

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

 span { border-color: rgb(4,78,128); }

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