Shades of Dark Cerulean #115085
Tints of Dark Cerulean #115085
RGB
CMYK
RGB Variations
Color information
#115085 (or 0x115085) is known color: Dark Cerulean. HEX triplet: 11, 50 and 85. RGB value is (17,80,133). Sum of RGB (Red+Green+Blue) = 17+80+133=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #115085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115085 is #EEAF7A. Grayscale: #424242. Windows color (decimal): -15642491 or 8736785. OLE color: 8736785.
HSL color Cylindrical-coordinate representation of color #115085: hue angle of 207.41º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115085 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 80 | 133 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.48 |
| HSL | 207.41º | 0.77% | 0.29% | - |
| HSV(B) | 207.41º | 0.87% | 0.52% | - |
| XYZ | 7.33 | 7.55 | 23.26 | - |
| YUV | 67.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 133 | 0.87 | 0.40 | 0 | 0.48 | 207.41 | 0.77 | 0.29 |
| Hex | 11 | 50 | 85 | 57 | 28 | 0 | 30 | CF | 4D | 1D |
| Octal | 21 | 120 | 205 | 127 | 50 | 0 | 60 | 317 | 115 | 35 |
| Binary | 10001 | 1010000 | 10000101 | 1010111 | 101000 | 0 | 110000 | 11001111 | 1001101 | 11101 |
Color Harmonies of #115085
Complementary color
Monochromatic Colors of #115085
Black with #115085
Text Example
Text Example
White with #115085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115085; }
p { color: rgb(17,80,133); }
H1.HeaderClassName
{
color: #115085;
}
.AnyTagClassName
{
color: #115085;
}
</style>
background-color css
<style>
a { background-color: #115085; }
a { background-color: rgb(17,80,133); }
div.DivClassName
{
background-color: #115085;
}
.BgClassName
{
background-color: #115085;
}
</style>
border-color css
<style>
span { border-color: #115085; }
span { border-color: rgb(17,80,133); }
td.TdClassName
{
border-color: #115085;
}
.TagClassName
{
border-color: #115085;
}
</style>