Shades of Dark Cerulean #044175
Tints of Dark Cerulean #044175
RGB
CMYK
RGB Variations
Color information
#044175 (or 0x044175) is known color: Dark Cerulean. HEX triplet: 04, 41 and 75. RGB value is (4,65,117). Sum of RGB (Red+Green+Blue) = 4+65+117=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #044175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044175 is #FBBE8A. Grayscale: #343434. Windows color (decimal): -16498315 or 7684356. OLE color: 7684356.
HSL color Cylindrical-coordinate representation of color #044175: hue angle of 207.61º 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 #044175 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 65 | 117 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.54 |
| HSL | 207.61º | 0.93% | 0.24% | - |
| HSV(B) | 207.61º | 0.97% | 0.46% | - |
| XYZ | 5.15 | 5.09 | 17.54 | - |
| YUV | 52.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 117 | 0.97 | 0.44 | 0 | 0.54 | 207.61 | 0.93 | 0.24 |
| Hex | 4 | 41 | 75 | 61 | 2C | 0 | 36 | D0 | 5D | 18 |
| Octal | 4 | 101 | 165 | 141 | 54 | 0 | 66 | 320 | 135 | 30 |
| Binary | 100 | 1000001 | 1110101 | 1100001 | 101100 | 0 | 110110 | 11010000 | 1011101 | 11000 |
Color Harmonies of #044175
Complementary color
Monochromatic Colors of #044175
Black with #044175
Text Example
Text Example
White with #044175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044175; }
p { color: rgb(4,65,117); }
H1.HeaderClassName
{
color: #044175;
}
.AnyTagClassName
{
color: #044175;
}
</style>
background-color css
<style>
a { background-color: #044175; }
a { background-color: rgb(4,65,117); }
div.DivClassName
{
background-color: #044175;
}
.BgClassName
{
background-color: #044175;
}
</style>
border-color css
<style>
span { border-color: #044175; }
span { border-color: rgb(4,65,117); }
td.TdClassName
{
border-color: #044175;
}
.TagClassName
{
border-color: #044175;
}
</style>