#044E8B

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

Shades of Dark Cerulean #044E8B

Tints of Dark Cerulean #044E8B

Color information

#044E8B (or 0x044E8B) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4E and 8B. RGB value is (4,78,139). Sum of RGB (Red+Green+Blue) = 4+78+139=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #044E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E8B is #FBB174. Grayscale: #3E3E3E. Windows color (decimal): -16494965 or 9129476. OLE color: 9129476.

HSL color Cylindrical-coordinate representation of color #044E8B: hue angle of 207.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E8B is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB478139-
CMYK0.970.4400.45
HSL207.11º94.41%28.04%-
HSV(B)207.11º97.12%54.51%-
XYZ7.437.3425.45-
YUV62.83170.9886.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 139 (54.69% from 255) = 62.90%
R=1.81%
G=35.29%
B=62.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4781390.970.4400.45207.1194.4128.04
Hex44E8B612C02Dcf5e1c
Octal41162131415405531713634
Binary1001001110100010111100001101100010110111001111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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