Shades of Dark Cerulean #115192
Tints of Dark Cerulean #115192
RGB
CMYK
RGB Variations
Color information
#115192 (or 0x115192) is known color: Dark Cerulean. HEX triplet: 11, 51 and 92. RGB value is (17,81,146). Sum of RGB (Red+Green+Blue) = 17+81+146=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #115192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115192 is #EEAE6D. Grayscale: #444444. Windows color (decimal): -15642222 or 9589009. OLE color: 9589009.
HSL color Cylindrical-coordinate representation of color #115192: hue angle of 210.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115192 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 81 | 146 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.43 |
| HSL | 210.23º | 0.79% | 0.32% | - |
| HSV(B) | 210.23º | 0.88% | 0.57% | - |
| XYZ | 8.36 | 8.08 | 28.31 | - |
| YUV | 69.27 | 171.3 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 146 | 0.88 | 0.45 | 0 | 0.43 | 210.23 | 0.79 | 0.32 |
| Hex | 11 | 51 | 92 | 58 | 2D | 0 | 2B | D2 | 4F | 20 |
| Octal | 21 | 121 | 222 | 130 | 55 | 0 | 53 | 322 | 117 | 40 |
| Binary | 10001 | 1010001 | 10010010 | 1011000 | 101101 | 0 | 101011 | 11010010 | 1001111 | 100000 |
Color Harmonies of #115192
Complementary color
Monochromatic Colors of #115192
Black with #115192
Text Example
Text Example
White with #115192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115192; }
p { color: rgb(17,81,146); }
H1.HeaderClassName
{
color: #115192;
}
.AnyTagClassName
{
color: #115192;
}
</style>
background-color css
<style>
a { background-color: #115192; }
a { background-color: rgb(17,81,146); }
div.DivClassName
{
background-color: #115192;
}
.BgClassName
{
background-color: #115192;
}
</style>
border-color css
<style>
span { border-color: #115192; }
span { border-color: rgb(17,81,146); }
td.TdClassName
{
border-color: #115192;
}
.TagClassName
{
border-color: #115192;
}
</style>