Shades of Dark Cerulean #115193
Tints of Dark Cerulean #115193
RGB
CMYK
RGB Variations
Color information
#115193 (or 0x115193) is known color: Dark Cerulean. HEX triplet: 11, 51 and 93. RGB value is (17,81,147). Sum of RGB (Red+Green+Blue) = 17+81+147=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #115193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115193 is #EEAE6C. Grayscale: #454545. Windows color (decimal): -15642221 or 9654545. OLE color: 9654545.
HSL color Cylindrical-coordinate representation of color #115193: hue angle of 210.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115193 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 81 | 147 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.42 |
| HSL | 210.46º | 0.79% | 0.32% | - |
| HSV(B) | 210.46º | 0.88% | 0.58% | - |
| XYZ | 8.44 | 8.11 | 28.72 | - |
| YUV | 69.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 147 | 0.88 | 0.45 | 0 | 0.42 | 210.46 | 0.79 | 0.32 |
| Hex | 11 | 51 | 93 | 58 | 2D | 0 | 2A | D2 | 4F | 20 |
| Octal | 21 | 121 | 223 | 130 | 55 | 0 | 52 | 322 | 117 | 40 |
| Binary | 10001 | 1010001 | 10010011 | 1011000 | 101101 | 0 | 101010 | 11010010 | 1001111 | 100000 |
Color Harmonies of #115193
Complementary color
Monochromatic Colors of #115193
Black with #115193
Text Example
Text Example
White with #115193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115193; }
p { color: rgb(17,81,147); }
H1.HeaderClassName
{
color: #115193;
}
.AnyTagClassName
{
color: #115193;
}
</style>
background-color css
<style>
a { background-color: #115193; }
a { background-color: rgb(17,81,147); }
div.DivClassName
{
background-color: #115193;
}
.BgClassName
{
background-color: #115193;
}
</style>
border-color css
<style>
span { border-color: #115193; }
span { border-color: rgb(17,81,147); }
td.TdClassName
{
border-color: #115193;
}
.TagClassName
{
border-color: #115193;
}
</style>