Shades of Dark Cerulean #044E83
Tints of Dark Cerulean #044E83
RGB
CMYK
RGB Variations
Color information
#044E83 (or 0x044E83) is known color: Dark Cerulean. HEX triplet: 04, 4E and 83. RGB value is (4,78,131). Sum of RGB (Red+Green+Blue) = 4+78+131=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #044E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E83 is #FBB17C. Grayscale: #3D3D3D. Windows color (decimal): -16494973 or 8605188. OLE color: 8605188.
HSL color Cylindrical-coordinate representation of color #044E83: hue angle of 205.04º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E83 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 78 | 131 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.49 |
| HSL | 205.04º | 0.94% | 0.26% | - |
| HSV(B) | 205.04º | 0.97% | 0.51% | - |
| XYZ | 6.87 | 7.11 | 22.48 | - |
| YUV | 61.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 131 | 0.97 | 0.40 | 0 | 0.49 | 205.04 | 0.94 | 0.26 |
| Hex | 4 | 4E | 83 | 61 | 28 | 0 | 31 | CD | 5E | 1A |
| Octal | 4 | 116 | 203 | 141 | 50 | 0 | 61 | 315 | 136 | 32 |
| Binary | 100 | 1001110 | 10000011 | 1100001 | 101000 | 0 | 110001 | 11001101 | 1011110 | 11010 |
Color Harmonies of #044E83
Complementary color
Monochromatic Colors of #044E83
Black with #044E83
Text Example
Text Example
White with #044E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E83; }
p { color: rgb(4,78,131); }
H1.HeaderClassName
{
color: #044E83;
}
.AnyTagClassName
{
color: #044E83;
}
</style>
background-color css
<style>
a { background-color: #044E83; }
a { background-color: rgb(4,78,131); }
div.DivClassName
{
background-color: #044E83;
}
.BgClassName
{
background-color: #044E83;
}
</style>
border-color css
<style>
span { border-color: #044E83; }
span { border-color: rgb(4,78,131); }
td.TdClassName
{
border-color: #044E83;
}
.TagClassName
{
border-color: #044E83;
}
</style>