Shades of Dark Cerulean #115489
Tints of Dark Cerulean #115489
RGB
CMYK
RGB Variations
Color information
#115489 (or 0x115489) is known color: Dark Cerulean. HEX triplet: 11, 54 and 89. RGB value is (17,84,137). Sum of RGB (Red+Green+Blue) = 17+84+137=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #115489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115489 is #EEAB76. Grayscale: #454545. Windows color (decimal): -15641463 or 8999953. OLE color: 8999953.
HSL color Cylindrical-coordinate representation of color #115489: hue angle of 206.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115489 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 84 | 137 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.46 |
| HSL | 206.5º | 0.78% | 0.3% | - |
| HSV(B) | 206.5º | 0.88% | 0.54% | - |
| XYZ | 7.92 | 8.27 | 24.85 | - |
| YUV | 70.01 | 165.8 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 137 | 0.88 | 0.39 | 0 | 0.46 | 206.5 | 0.78 | 0.3 |
| Hex | 11 | 54 | 89 | 58 | 27 | 0 | 2E | CE | 4E | 1E |
| Octal | 21 | 124 | 211 | 130 | 47 | 0 | 56 | 316 | 116 | 36 |
| Binary | 10001 | 1010100 | 10001001 | 1011000 | 100111 | 0 | 101110 | 11001110 | 1001110 | 11110 |
Color Harmonies of #115489
Complementary color
Monochromatic Colors of #115489
Black with #115489
Text Example
Text Example
White with #115489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115489; }
p { color: rgb(17,84,137); }
H1.HeaderClassName
{
color: #115489;
}
.AnyTagClassName
{
color: #115489;
}
</style>
background-color css
<style>
a { background-color: #115489; }
a { background-color: rgb(17,84,137); }
div.DivClassName
{
background-color: #115489;
}
.BgClassName
{
background-color: #115489;
}
</style>
border-color css
<style>
span { border-color: #115489; }
span { border-color: rgb(17,84,137); }
td.TdClassName
{
border-color: #115489;
}
.TagClassName
{
border-color: #115489;
}
</style>