Shades of Dark Cerulean #105174
Tints of Dark Cerulean #105174
RGB
CMYK
RGB Variations
Color information
#105174 (or 0x105174) is known color: Dark Cerulean. HEX triplet: 10, 51 and 74. RGB value is (16,81,116). Sum of RGB (Red+Green+Blue) = 16+81+116=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #105174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105174 is #EFAE8B. Grayscale: #414141. Windows color (decimal): -15707788 or 7622928. OLE color: 7622928.
HSL color Cylindrical-coordinate representation of color #105174: hue angle of 201º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105174 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 81 | 116 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.55 |
| HSL | 201º | 0.76% | 0.26% | - |
| HSV(B) | 201º | 0.86% | 0.45% | - |
| XYZ | 6.31 | 7.26 | 17.59 | - |
| YUV | 65.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 116 | 0.86 | 0.30 | 0 | 0.55 | 201 | 0.76 | 0.26 |
| Hex | 10 | 51 | 74 | 56 | 1E | 0 | 37 | C9 | 4C | 1A |
| Octal | 20 | 121 | 164 | 126 | 36 | 0 | 67 | 311 | 114 | 32 |
| Binary | 10000 | 1010001 | 1110100 | 1010110 | 11110 | 0 | 110111 | 11001001 | 1001100 | 11010 |
Color Harmonies of #105174
Complementary color
Monochromatic Colors of #105174
Black with #105174
Text Example
Text Example
White with #105174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105174; }
p { color: rgb(16,81,116); }
H1.HeaderClassName
{
color: #105174;
}
.AnyTagClassName
{
color: #105174;
}
</style>
background-color css
<style>
a { background-color: #105174; }
a { background-color: rgb(16,81,116); }
div.DivClassName
{
background-color: #105174;
}
.BgClassName
{
background-color: #105174;
}
</style>
border-color css
<style>
span { border-color: #105174; }
span { border-color: rgb(16,81,116); }
td.TdClassName
{
border-color: #105174;
}
.TagClassName
{
border-color: #105174;
}
</style>