Shades of Dark Cerulean #044D8B
Tints of Dark Cerulean #044D8B
RGB
CMYK
RGB Variations
Color information
#044D8B (or 0x044D8B) is known color: Dark Cerulean. HEX triplet: 04, 4D and 8B. RGB value is (4,77,139). Sum of RGB (Red+Green+Blue) = 4+77+139=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #044D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D8B is #FBB274. Grayscale: #3D3D3D. Windows color (decimal): -16495221 or 9129220. OLE color: 9129220.
HSL color Cylindrical-coordinate representation of color #044D8B: hue angle of 207.56º 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 #044D8B is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 77 | 139 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.45 |
| HSL | 207.56º | 0.94% | 0.28% | - |
| HSV(B) | 207.56º | 0.97% | 0.55% | - |
| XYZ | 7.36 | 7.2 | 25.43 | - |
| YUV | 62.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 139 | 0.97 | 0.45 | 0 | 0.45 | 207.56 | 0.94 | 0.28 |
| Hex | 4 | 4D | 8B | 61 | 2D | 0 | 2D | D0 | 5E | 1C |
| Octal | 4 | 115 | 213 | 141 | 55 | 0 | 55 | 320 | 136 | 34 |
| Binary | 100 | 1001101 | 10001011 | 1100001 | 101101 | 0 | 101101 | 11010000 | 1011110 | 11100 |
Color Harmonies of #044D8B
Complementary color
Monochromatic Colors of #044D8B
Black with #044D8B
Text Example
Text Example
White with #044D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D8B; }
p { color: rgb(4,77,139); }
H1.HeaderClassName
{
color: #044D8B;
}
.AnyTagClassName
{
color: #044D8B;
}
</style>
background-color css
<style>
a { background-color: #044D8B; }
a { background-color: rgb(4,77,139); }
div.DivClassName
{
background-color: #044D8B;
}
.BgClassName
{
background-color: #044D8B;
}
</style>
border-color css
<style>
span { border-color: #044D8B; }
span { border-color: rgb(4,77,139); }
td.TdClassName
{
border-color: #044D8B;
}
.TagClassName
{
border-color: #044D8B;
}
</style>