Shades of Dark Cerulean #044E7B
Tints of Dark Cerulean #044E7B
RGB
CMYK
RGB Variations
Color information
#044E7B (or 0x044E7B) is known color: Dark Cerulean. HEX triplet: 04, 4E and 7B. RGB value is (4,78,123). Sum of RGB (Red+Green+Blue) = 4+78+123=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #044E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E7B is #FBB184. Grayscale: #3C3C3C. Windows color (decimal): -16494981 or 8080900. OLE color: 8080900.
HSL color Cylindrical-coordinate representation of color #044E7B: hue angle of 202.69º 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 #044E7B is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 78 | 123 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.52 |
| HSL | 202.69º | 0.94% | 0.25% | - |
| HSV(B) | 202.69º | 0.97% | 0.48% | - |
| XYZ | 6.35 | 6.9 | 19.74 | - |
| YUV | 61 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 123 | 0.97 | 0.37 | 0 | 0.52 | 202.69 | 0.94 | 0.25 |
| Hex | 4 | 4E | 7B | 61 | 25 | 0 | 34 | CB | 5E | 19 |
| Octal | 4 | 116 | 173 | 141 | 45 | 0 | 64 | 313 | 136 | 31 |
| Binary | 100 | 1001110 | 1111011 | 1100001 | 100101 | 0 | 110100 | 11001011 | 1011110 | 11001 |
Color Harmonies of #044E7B
Complementary color
Monochromatic Colors of #044E7B
Black with #044E7B
Text Example
Text Example
White with #044E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E7B; }
p { color: rgb(4,78,123); }
H1.HeaderClassName
{
color: #044E7B;
}
.AnyTagClassName
{
color: #044E7B;
}
</style>
background-color css
<style>
a { background-color: #044E7B; }
a { background-color: rgb(4,78,123); }
div.DivClassName
{
background-color: #044E7B;
}
.BgClassName
{
background-color: #044E7B;
}
</style>
border-color css
<style>
span { border-color: #044E7B; }
span { border-color: rgb(4,78,123); }
td.TdClassName
{
border-color: #044E7B;
}
.TagClassName
{
border-color: #044E7B;
}
</style>