Shades of Dark Cerulean #115088
Tints of Dark Cerulean #115088
RGB
CMYK
RGB Variations
Color information
#115088 (or 0x115088) is known color: Dark Cerulean. HEX triplet: 11, 50 and 88. RGB value is (17,80,136). Sum of RGB (Red+Green+Blue) = 17+80+136=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #115088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115088 is #EEAF77. Grayscale: #434343. Windows color (decimal): -15642488 or 8933393. OLE color: 8933393.
HSL color Cylindrical-coordinate representation of color #115088: hue angle of 208.24º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115088 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 80 | 136 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.47 |
| HSL | 208.24º | 0.78% | 0.3% | - |
| HSV(B) | 208.24º | 0.88% | 0.53% | - |
| XYZ | 7.54 | 7.63 | 24.37 | - |
| YUV | 67.55 | 166.63 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 136 | 0.87 | 0.41 | 0 | 0.47 | 208.24 | 0.78 | 0.3 |
| Hex | 11 | 50 | 88 | 57 | 29 | 0 | 2F | D0 | 4E | 1E |
| Octal | 21 | 120 | 210 | 127 | 51 | 0 | 57 | 320 | 116 | 36 |
| Binary | 10001 | 1010000 | 10001000 | 1010111 | 101001 | 0 | 101111 | 11010000 | 1001110 | 11110 |
Color Harmonies of #115088
Complementary color
Monochromatic Colors of #115088
Black with #115088
Text Example
Text Example
White with #115088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115088; }
p { color: rgb(17,80,136); }
H1.HeaderClassName
{
color: #115088;
}
.AnyTagClassName
{
color: #115088;
}
</style>
background-color css
<style>
a { background-color: #115088; }
a { background-color: rgb(17,80,136); }
div.DivClassName
{
background-color: #115088;
}
.BgClassName
{
background-color: #115088;
}
</style>
border-color css
<style>
span { border-color: #115088; }
span { border-color: rgb(17,80,136); }
td.TdClassName
{
border-color: #115088;
}
.TagClassName
{
border-color: #115088;
}
</style>