#044E7A

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

Shades of Dark Cerulean #044E7A

Tints of Dark Cerulean #044E7A

Color information

#044E7A (or 0x044E7A) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4E and 7A. RGB value is (4,78,122). Sum of RGB (Red+Green+Blue) = 4+78+122=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #044E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E7A is #FBB185. Grayscale: #3C3C3C. Windows color (decimal): -16494982 or 8015364. OLE color: 8015364.

HSL color Cylindrical-coordinate representation of color #044E7A: hue angle of 202.37º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E7A is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB478122-
CMYK0.970.3600.52
HSL202.37º93.65%24.71%-
HSV(B)202.37º96.72%47.84%-
XYZ6.296.8819.41-
YUV60.89162.4887.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=1.96%
G=38.24%
B=59.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4781220.970.3600.52202.3793.6524.71
Hex44E7A6124034ca5e19
Octal41161721414406431213631
Binary100100111011110101100001100100011010011001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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