Shades of Dark Cerulean #004170
Tints of Dark Cerulean #004170
RGB
CMYK
RGB Variations
Color information
#004170 (or 0x004170) is known color: Dark Cerulean. HEX triplet: 00, 41 and 70. RGB value is (0,65,112). Sum of RGB (Red+Green+Blue) = 0+65+112=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #004170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004170 is #FFBE8F. Grayscale: #323232. Windows color (decimal): -16760464 or 7356672. OLE color: 7356672.
HSL color Cylindrical-coordinate representation of color #004170: hue angle of 205.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004170 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 65 | 112 | - |
| CMYK | 1 | 0.42 | 0 | 0.56 |
| HSL | 205.18º | 1% | 0.22% | - |
| HSV(B) | 205.18º | 1% | 0.44% | - |
| XYZ | 4.81 | 4.95 | 16.03 | - |
| YUV | 50.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 112 | 1 | 0.42 | 0 | 0.56 | 205.18 | 1 | 0.22 |
| Hex | 0 | 41 | 70 | 64 | 2A | 0 | 38 | CD | 64 | 16 |
| Octal | 0 | 101 | 160 | 144 | 52 | 0 | 70 | 315 | 144 | 26 |
| Binary | 0 | 1000001 | 1110000 | 1100100 | 101010 | 0 | 111000 | 11001101 | 1100100 | 10110 |
Color Harmonies of #004170
Complementary color
Monochromatic Colors of #004170
Black with #004170
Text Example
Text Example
White with #004170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004170; }
p { color: rgb(0,65,112); }
H1.HeaderClassName
{
color: #004170;
}
.AnyTagClassName
{
color: #004170;
}
</style>
background-color css
<style>
a { background-color: #004170; }
a { background-color: rgb(0,65,112); }
div.DivClassName
{
background-color: #004170;
}
.BgClassName
{
background-color: #004170;
}
</style>
border-color css
<style>
span { border-color: #004170; }
span { border-color: rgb(0,65,112); }
td.TdClassName
{
border-color: #004170;
}
.TagClassName
{
border-color: #004170;
}
</style>