Shades of Dark Cerulean #11568D
Tints of Dark Cerulean #11568D
RGB
CMYK
RGB Variations
Color information
#11568D (or 0x11568D) is known color: Dark Cerulean. HEX triplet: 11, 56 and 8D. RGB value is (17,86,141). Sum of RGB (Red+Green+Blue) = 17+86+141=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #11568D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11568D is #EEA972. Grayscale: #474747. Windows color (decimal): -15640947 or 9262609. OLE color: 9262609.
HSL color Cylindrical-coordinate representation of color #11568D: hue angle of 206.61º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11568D is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 86 | 141 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.45 |
| HSL | 206.61º | 0.78% | 0.31% | - |
| HSV(B) | 206.61º | 0.88% | 0.55% | - |
| XYZ | 8.37 | 8.7 | 26.44 | - |
| YUV | 71.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 141 | 0.88 | 0.39 | 0 | 0.45 | 206.61 | 0.78 | 0.31 |
| Hex | 11 | 56 | 8D | 58 | 27 | 0 | 2D | CF | 4E | 1F |
| Octal | 21 | 126 | 215 | 130 | 47 | 0 | 55 | 317 | 116 | 37 |
| Binary | 10001 | 1010110 | 10001101 | 1011000 | 100111 | 0 | 101101 | 11001111 | 1001110 | 11111 |
Color Harmonies of #11568D
Complementary color
Monochromatic Colors of #11568D
Black with #11568D
Text Example
Text Example
White with #11568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11568D; }
p { color: rgb(17,86,141); }
H1.HeaderClassName
{
color: #11568D;
}
.AnyTagClassName
{
color: #11568D;
}
</style>
background-color css
<style>
a { background-color: #11568D; }
a { background-color: rgb(17,86,141); }
div.DivClassName
{
background-color: #11568D;
}
.BgClassName
{
background-color: #11568D;
}
</style>
border-color css
<style>
span { border-color: #11568D; }
span { border-color: rgb(17,86,141); }
td.TdClassName
{
border-color: #11568D;
}
.TagClassName
{
border-color: #11568D;
}
</style>