Shades of Dark Cerulean #115071
Tints of Dark Cerulean #115071
RGB
CMYK
RGB Variations
Color information
#115071 (or 0x115071) is known color: Dark Cerulean. HEX triplet: 11, 50 and 71. RGB value is (17,80,113). Sum of RGB (Red+Green+Blue) = 17+80+113=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #115071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115071 is #EEAF8E. Grayscale: #404040. Windows color (decimal): -15642511 or 7426065. OLE color: 7426065.
HSL color Cylindrical-coordinate representation of color #115071: hue angle of 200.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115071 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 80 | 113 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.56 |
| HSL | 200.63º | 0.74% | 0.25% | - |
| HSV(B) | 200.63º | 0.85% | 0.44% | - |
| XYZ | 6.08 | 7.05 | 16.66 | - |
| YUV | 64.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 113 | 0.85 | 0.29 | 0 | 0.56 | 200.63 | 0.74 | 0.25 |
| Hex | 11 | 50 | 71 | 55 | 1D | 0 | 38 | C9 | 4A | 19 |
| Octal | 21 | 120 | 161 | 125 | 35 | 0 | 70 | 311 | 112 | 31 |
| Binary | 10001 | 1010000 | 1110001 | 1010101 | 11101 | 0 | 111000 | 11001001 | 1001010 | 11001 |
Color Harmonies of #115071
Complementary color
Monochromatic Colors of #115071
Black with #115071
Text Example
Text Example
White with #115071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115071; }
p { color: rgb(17,80,113); }
H1.HeaderClassName
{
color: #115071;
}
.AnyTagClassName
{
color: #115071;
}
</style>
background-color css
<style>
a { background-color: #115071; }
a { background-color: rgb(17,80,113); }
div.DivClassName
{
background-color: #115071;
}
.BgClassName
{
background-color: #115071;
}
</style>
border-color css
<style>
span { border-color: #115071; }
span { border-color: rgb(17,80,113); }
td.TdClassName
{
border-color: #115071;
}
.TagClassName
{
border-color: #115071;
}
</style>