Shades of Dark Cerulean #115095
Tints of Dark Cerulean #115095
RGB
CMYK
RGB Variations
Color information
#115095 (or 0x115095) is known color: Dark Cerulean. HEX triplet: 11, 50 and 95. RGB value is (17,80,149). Sum of RGB (Red+Green+Blue) = 17+80+149=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #115095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115095 is #EEAF6A. Grayscale: #444444. Windows color (decimal): -15642475 or 9785361. OLE color: 9785361.
HSL color Cylindrical-coordinate representation of color #115095: hue angle of 211.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115095 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 80 | 149 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.42 |
| HSL | 211.36º | 0.8% | 0.33% | - |
| HSV(B) | 211.36º | 0.89% | 0.58% | - |
| XYZ | 8.52 | 8.03 | 29.53 | - |
| YUV | 69.03 | 173.13 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 149 | 0.89 | 0.46 | 0 | 0.42 | 211.36 | 0.8 | 0.33 |
| Hex | 11 | 50 | 95 | 59 | 2E | 0 | 2A | D3 | 50 | 21 |
| Octal | 21 | 120 | 225 | 131 | 56 | 0 | 52 | 323 | 120 | 41 |
| Binary | 10001 | 1010000 | 10010101 | 1011001 | 101110 | 0 | 101010 | 11010011 | 1010000 | 100001 |
Color Harmonies of #115095
Complementary color
Monochromatic Colors of #115095
Black with #115095
Text Example
Text Example
White with #115095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115095; }
p { color: rgb(17,80,149); }
H1.HeaderClassName
{
color: #115095;
}
.AnyTagClassName
{
color: #115095;
}
</style>
background-color css
<style>
a { background-color: #115095; }
a { background-color: rgb(17,80,149); }
div.DivClassName
{
background-color: #115095;
}
.BgClassName
{
background-color: #115095;
}
</style>
border-color css
<style>
span { border-color: #115095; }
span { border-color: rgb(17,80,149); }
td.TdClassName
{
border-color: #115095;
}
.TagClassName
{
border-color: #115095;
}
</style>