Shades of Dark Cerulean #044270
Tints of Dark Cerulean #044270
RGB
CMYK
RGB Variations
Color information
#044270 (or 0x044270) is known color: Dark Cerulean. HEX triplet: 04, 42 and 70. RGB value is (4,66,112). Sum of RGB (Red+Green+Blue) = 4+66+112=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #044270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044270 is #FBBD8F. Grayscale: #343434. Windows color (decimal): -16498064 or 7356932. OLE color: 7356932.
HSL color Cylindrical-coordinate representation of color #044270: hue angle of 205.56º 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 #044270 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 66 | 112 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.56 |
| HSL | 205.56º | 0.93% | 0.23% | - |
| HSV(B) | 205.56º | 0.96% | 0.44% | - |
| XYZ | 4.92 | 5.09 | 16.05 | - |
| YUV | 52.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 112 | 0.96 | 0.41 | 0 | 0.56 | 205.56 | 0.93 | 0.23 |
| Hex | 4 | 42 | 70 | 60 | 29 | 0 | 38 | CE | 5D | 17 |
| Octal | 4 | 102 | 160 | 140 | 51 | 0 | 70 | 316 | 135 | 27 |
| Binary | 100 | 1000010 | 1110000 | 1100000 | 101001 | 0 | 111000 | 11001110 | 1011101 | 10111 |
Color Harmonies of #044270
Complementary color
Monochromatic Colors of #044270
Black with #044270
Text Example
Text Example
White with #044270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044270; }
p { color: rgb(4,66,112); }
H1.HeaderClassName
{
color: #044270;
}
.AnyTagClassName
{
color: #044270;
}
</style>
background-color css
<style>
a { background-color: #044270; }
a { background-color: rgb(4,66,112); }
div.DivClassName
{
background-color: #044270;
}
.BgClassName
{
background-color: #044270;
}
</style>
border-color css
<style>
span { border-color: #044270; }
span { border-color: rgb(4,66,112); }
td.TdClassName
{
border-color: #044270;
}
.TagClassName
{
border-color: #044270;
}
</style>