Shades of Dark Cerulean #105193
Tints of Dark Cerulean #105193
RGB
CMYK
RGB Variations
Color information
#105193 (or 0x105193) is known color: Dark Cerulean. HEX triplet: 10, 51 and 93. RGB value is (16,81,147). Sum of RGB (Red+Green+Blue) = 16+81+147=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #105193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105193 is #EFAE6C. Grayscale: #444444. Windows color (decimal): -15707757 or 9654544. OLE color: 9654544.
HSL color Cylindrical-coordinate representation of color #105193: hue angle of 210.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105193 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 81 | 147 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.42 |
| HSL | 210.23º | 0.8% | 0.32% | - |
| HSV(B) | 210.23º | 0.89% | 0.58% | - |
| XYZ | 8.42 | 8.1 | 28.72 | - |
| YUV | 69.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 147 | 0.89 | 0.45 | 0 | 0.42 | 210.23 | 0.8 | 0.32 |
| Hex | 10 | 51 | 93 | 59 | 2D | 0 | 2A | D2 | 50 | 20 |
| Octal | 20 | 121 | 223 | 131 | 55 | 0 | 52 | 322 | 120 | 40 |
| Binary | 10000 | 1010001 | 10010011 | 1011001 | 101101 | 0 | 101010 | 11010010 | 1010000 | 100000 |
Color Harmonies of #105193
Complementary color
Monochromatic Colors of #105193
Black with #105193
Text Example
Text Example
White with #105193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105193; }
p { color: rgb(16,81,147); }
H1.HeaderClassName
{
color: #105193;
}
.AnyTagClassName
{
color: #105193;
}
</style>
background-color css
<style>
a { background-color: #105193; }
a { background-color: rgb(16,81,147); }
div.DivClassName
{
background-color: #105193;
}
.BgClassName
{
background-color: #105193;
}
</style>
border-color css
<style>
span { border-color: #105193; }
span { border-color: rgb(16,81,147); }
td.TdClassName
{
border-color: #105193;
}
.TagClassName
{
border-color: #105193;
}
</style>