Shades of Dark Cerulean #044D75
Tints of Dark Cerulean #044D75
RGB
CMYK
RGB Variations
Color information
#044D75 (or 0x044D75) is known color: Dark Cerulean. HEX triplet: 04, 4D and 75. RGB value is (4,77,117). Sum of RGB (Red+Green+Blue) = 4+77+117=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #044D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D75 is #FBB28A. Grayscale: #3B3B3B. Windows color (decimal): -16495243 or 7687428. OLE color: 7687428.
HSL color Cylindrical-coordinate representation of color #044D75: hue angle of 201.24º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D75 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 77 | 117 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.54 |
| HSL | 201.24º | 0.93% | 0.24% | - |
| HSV(B) | 201.24º | 0.97% | 0.46% | - |
| XYZ | 5.91 | 6.62 | 17.8 | - |
| YUV | 59.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 117 | 0.97 | 0.34 | 0 | 0.54 | 201.24 | 0.93 | 0.24 |
| Hex | 4 | 4D | 75 | 61 | 22 | 0 | 36 | C9 | 5D | 18 |
| Octal | 4 | 115 | 165 | 141 | 42 | 0 | 66 | 311 | 135 | 30 |
| Binary | 100 | 1001101 | 1110101 | 1100001 | 100010 | 0 | 110110 | 11001001 | 1011101 | 11000 |
Color Harmonies of #044D75
Complementary color
Monochromatic Colors of #044D75
Black with #044D75
Text Example
Text Example
White with #044D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D75; }
p { color: rgb(4,77,117); }
H1.HeaderClassName
{
color: #044D75;
}
.AnyTagClassName
{
color: #044D75;
}
</style>
background-color css
<style>
a { background-color: #044D75; }
a { background-color: rgb(4,77,117); }
div.DivClassName
{
background-color: #044D75;
}
.BgClassName
{
background-color: #044D75;
}
</style>
border-color css
<style>
span { border-color: #044D75; }
span { border-color: rgb(4,77,117); }
td.TdClassName
{
border-color: #044D75;
}
.TagClassName
{
border-color: #044D75;
}
</style>