Shades of Dark Cerulean #104870
Tints of Dark Cerulean #104870
RGB
CMYK
RGB Variations
Color information
#104870 (or 0x104870) is known color: Dark Cerulean. HEX triplet: 10, 48 and 70. RGB value is (16,72,112). Sum of RGB (Red+Green+Blue) = 16+72+112=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #104870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104870 is #EFB78F. Grayscale: #3B3B3B. Windows color (decimal): -15710096 or 7358480. OLE color: 7358480.
HSL color Cylindrical-coordinate representation of color #104870: hue angle of 205º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104870 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 72 | 112 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.56 |
| HSL | 205º | 0.75% | 0.25% | - |
| HSV(B) | 205º | 0.86% | 0.44% | - |
| XYZ | 5.46 | 5.91 | 16.18 | - |
| YUV | 59.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 112 | 0.86 | 0.36 | 0 | 0.56 | 205 | 0.75 | 0.25 |
| Hex | 10 | 48 | 70 | 56 | 24 | 0 | 38 | CD | 4B | 19 |
| Octal | 20 | 110 | 160 | 126 | 44 | 0 | 70 | 315 | 113 | 31 |
| Binary | 10000 | 1001000 | 1110000 | 1010110 | 100100 | 0 | 111000 | 11001101 | 1001011 | 11001 |
Color Harmonies of #104870
Complementary color
Monochromatic Colors of #104870
Black with #104870
Text Example
Text Example
White with #104870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104870; }
p { color: rgb(16,72,112); }
H1.HeaderClassName
{
color: #104870;
}
.AnyTagClassName
{
color: #104870;
}
</style>
background-color css
<style>
a { background-color: #104870; }
a { background-color: rgb(16,72,112); }
div.DivClassName
{
background-color: #104870;
}
.BgClassName
{
background-color: #104870;
}
</style>
border-color css
<style>
span { border-color: #104870; }
span { border-color: rgb(16,72,112); }
td.TdClassName
{
border-color: #104870;
}
.TagClassName
{
border-color: #104870;
}
</style>