Shades of Dark Cerulean #115070
Tints of Dark Cerulean #115070
RGB
CMYK
RGB Variations
Color information
#115070 (or 0x115070) is known color: Dark Cerulean. HEX triplet: 11, 50 and 70. RGB value is (17,80,112). Sum of RGB (Red+Green+Blue) = 17+80+112=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #115070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115070 is #EEAF8F. Grayscale: #404040. Windows color (decimal): -15642512 or 7360529. OLE color: 7360529.
HSL color Cylindrical-coordinate representation of color #115070: hue angle of 200.21º 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 #115070 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 80 | 112 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.56 |
| HSL | 200.21º | 0.74% | 0.25% | - |
| HSV(B) | 200.21º | 0.85% | 0.44% | - |
| XYZ | 6.02 | 7.03 | 16.37 | - |
| YUV | 64.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 112 | 0.85 | 0.29 | 0 | 0.56 | 200.21 | 0.74 | 0.25 |
| Hex | 11 | 50 | 70 | 55 | 1D | 0 | 38 | C8 | 4A | 19 |
| Octal | 21 | 120 | 160 | 125 | 35 | 0 | 70 | 310 | 112 | 31 |
| Binary | 10001 | 1010000 | 1110000 | 1010101 | 11101 | 0 | 111000 | 11001000 | 1001010 | 11001 |
Color Harmonies of #115070
Complementary color
Monochromatic Colors of #115070
Black with #115070
Text Example
Text Example
White with #115070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115070; }
p { color: rgb(17,80,112); }
H1.HeaderClassName
{
color: #115070;
}
.AnyTagClassName
{
color: #115070;
}
</style>
background-color css
<style>
a { background-color: #115070; }
a { background-color: rgb(17,80,112); }
div.DivClassName
{
background-color: #115070;
}
.BgClassName
{
background-color: #115070;
}
</style>
border-color css
<style>
span { border-color: #115070; }
span { border-color: rgb(17,80,112); }
td.TdClassName
{
border-color: #115070;
}
.TagClassName
{
border-color: #115070;
}
</style>