Shades of Dark Cerulean #104875
Tints of Dark Cerulean #104875
RGB
CMYK
RGB Variations
Color information
#104875 (or 0x104875) is known color: Dark Cerulean. HEX triplet: 10, 48 and 75. RGB value is (16,72,117). Sum of RGB (Red+Green+Blue) = 16+72+117=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #104875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104875 is #EFB78A. Grayscale: #3C3C3C. Windows color (decimal): -15710091 or 7686160. OLE color: 7686160.
HSL color Cylindrical-coordinate representation of color #104875: hue angle of 206.73º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104875 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 72 | 117 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.54 |
| HSL | 206.73º | 0.76% | 0.26% | - |
| HSV(B) | 206.73º | 0.86% | 0.46% | - |
| XYZ | 5.74 | 6.03 | 17.69 | - |
| YUV | 60.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 117 | 0.86 | 0.38 | 0 | 0.54 | 206.73 | 0.76 | 0.26 |
| Hex | 10 | 48 | 75 | 56 | 26 | 0 | 36 | CF | 4C | 1A |
| Octal | 20 | 110 | 165 | 126 | 46 | 0 | 66 | 317 | 114 | 32 |
| Binary | 10000 | 1001000 | 1110101 | 1010110 | 100110 | 0 | 110110 | 11001111 | 1001100 | 11010 |
Color Harmonies of #104875
Complementary color
Monochromatic Colors of #104875
Black with #104875
Text Example
Text Example
White with #104875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104875; }
p { color: rgb(16,72,117); }
H1.HeaderClassName
{
color: #104875;
}
.AnyTagClassName
{
color: #104875;
}
</style>
background-color css
<style>
a { background-color: #104875; }
a { background-color: rgb(16,72,117); }
div.DivClassName
{
background-color: #104875;
}
.BgClassName
{
background-color: #104875;
}
</style>
border-color css
<style>
span { border-color: #104875; }
span { border-color: rgb(16,72,117); }
td.TdClassName
{
border-color: #104875;
}
.TagClassName
{
border-color: #104875;
}
</style>