Shades of Dark Cerulean #044170
Tints of Dark Cerulean #044170
RGB
CMYK
RGB Variations
Color information
#044170 (or 0x044170) is known color: Dark Cerulean. HEX triplet: 04, 41 and 70. RGB value is (4,65,112). Sum of RGB (Red+Green+Blue) = 4+65+112=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #044170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044170 is #FBBE8F. Grayscale: #333333. Windows color (decimal): -16498320 or 7356676. OLE color: 7356676.
HSL color Cylindrical-coordinate representation of color #044170: hue angle of 206.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044170 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 65 | 112 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.56 |
| HSL | 206.11º | 0.93% | 0.23% | - |
| HSV(B) | 206.11º | 0.96% | 0.44% | - |
| XYZ | 4.86 | 4.98 | 16.03 | - |
| YUV | 52.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 112 | 0.96 | 0.42 | 0 | 0.56 | 206.11 | 0.93 | 0.23 |
| Hex | 4 | 41 | 70 | 60 | 2A | 0 | 38 | CE | 5D | 17 |
| Octal | 4 | 101 | 160 | 140 | 52 | 0 | 70 | 316 | 135 | 27 |
| Binary | 100 | 1000001 | 1110000 | 1100000 | 101010 | 0 | 111000 | 11001110 | 1011101 | 10111 |
Color Harmonies of #044170
Complementary color
Monochromatic Colors of #044170
Black with #044170
Text Example
Text Example
White with #044170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044170; }
p { color: rgb(4,65,112); }
H1.HeaderClassName
{
color: #044170;
}
.AnyTagClassName
{
color: #044170;
}
</style>
background-color css
<style>
a { background-color: #044170; }
a { background-color: rgb(4,65,112); }
div.DivClassName
{
background-color: #044170;
}
.BgClassName
{
background-color: #044170;
}
</style>
border-color css
<style>
span { border-color: #044170; }
span { border-color: rgb(4,65,112); }
td.TdClassName
{
border-color: #044170;
}
.TagClassName
{
border-color: #044170;
}
</style>