Shades of Dark Cerulean #044575
Tints of Dark Cerulean #044575
RGB
CMYK
RGB Variations
Color information
#044575 (or 0x044575) is known color: Dark Cerulean. HEX triplet: 04, 45 and 75. RGB value is (4,69,117). Sum of RGB (Red+Green+Blue) = 4+69+117=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #044575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044575 is #FBBA8A. Grayscale: #363636. Windows color (decimal): -16497291 or 7685380. OLE color: 7685380.
HSL color Cylindrical-coordinate representation of color #044575: hue angle of 205.49º 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 #044575 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 69 | 117 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.54 |
| HSL | 205.49º | 0.93% | 0.24% | - |
| HSV(B) | 205.49º | 0.97% | 0.46% | - |
| XYZ | 5.39 | 5.57 | 17.62 | - |
| YUV | 55.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 117 | 0.97 | 0.41 | 0 | 0.54 | 205.49 | 0.93 | 0.24 |
| Hex | 4 | 45 | 75 | 61 | 29 | 0 | 36 | CD | 5D | 18 |
| Octal | 4 | 105 | 165 | 141 | 51 | 0 | 66 | 315 | 135 | 30 |
| Binary | 100 | 1000101 | 1110101 | 1100001 | 101001 | 0 | 110110 | 11001101 | 1011101 | 11000 |
Color Harmonies of #044575
Complementary color
Monochromatic Colors of #044575
Black with #044575
Text Example
Text Example
White with #044575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044575; }
p { color: rgb(4,69,117); }
H1.HeaderClassName
{
color: #044575;
}
.AnyTagClassName
{
color: #044575;
}
</style>
background-color css
<style>
a { background-color: #044575; }
a { background-color: rgb(4,69,117); }
div.DivClassName
{
background-color: #044575;
}
.BgClassName
{
background-color: #044575;
}
</style>
border-color css
<style>
span { border-color: #044575; }
span { border-color: rgb(4,69,117); }
td.TdClassName
{
border-color: #044575;
}
.TagClassName
{
border-color: #044575;
}
</style>