Shades of Dark Cerulean #104175
Tints of Dark Cerulean #104175
RGB
CMYK
RGB Variations
Color information
#104175 (or 0x104175) is known color: Dark Cerulean. HEX triplet: 10, 41 and 75. RGB value is (16,65,117). Sum of RGB (Red+Green+Blue) = 16+65+117=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #104175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104175 is #EFBE8A. Grayscale: #383838. Windows color (decimal): -15711883 or 7684368. OLE color: 7684368.
HSL color Cylindrical-coordinate representation of color #104175: hue angle of 210.89º 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 #104175 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 65 | 117 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.54 |
| HSL | 210.89º | 0.76% | 0.26% | - |
| HSV(B) | 210.89º | 0.86% | 0.46% | - |
| XYZ | 5.31 | 5.18 | 17.55 | - |
| YUV | 56.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 117 | 0.86 | 0.44 | 0 | 0.54 | 210.89 | 0.76 | 0.26 |
| Hex | 10 | 41 | 75 | 56 | 2C | 0 | 36 | D3 | 4C | 1A |
| Octal | 20 | 101 | 165 | 126 | 54 | 0 | 66 | 323 | 114 | 32 |
| Binary | 10000 | 1000001 | 1110101 | 1010110 | 101100 | 0 | 110110 | 11010011 | 1001100 | 11010 |
Color Harmonies of #104175
Complementary color
Monochromatic Colors of #104175
Black with #104175
Text Example
Text Example
White with #104175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104175; }
p { color: rgb(16,65,117); }
H1.HeaderClassName
{
color: #104175;
}
.AnyTagClassName
{
color: #104175;
}
</style>
background-color css
<style>
a { background-color: #104175; }
a { background-color: rgb(16,65,117); }
div.DivClassName
{
background-color: #104175;
}
.BgClassName
{
background-color: #104175;
}
</style>
border-color css
<style>
span { border-color: #104175; }
span { border-color: rgb(16,65,117); }
td.TdClassName
{
border-color: #104175;
}
.TagClassName
{
border-color: #104175;
}
</style>