Shades of Cerulean #116DAB
Tints of Cerulean #116DAB
RGB
CMYK
RGB Variations
Color information
#116DAB (or 0x116DAB) is known color: Cerulean. HEX triplet: 11, 6D and AB. RGB value is (17,109,171). Sum of RGB (Red+Green+Blue) = 17+109+171=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #116DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DAB is #EE9254. Grayscale: #585858. Windows color (decimal): -15635029 or 11234577. OLE color: 11234577.
HSL color Cylindrical-coordinate representation of color #116DAB: hue angle of 204.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116DAB is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 109 | 171 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.33 |
| HSL | 204.16º | 0.82% | 0.37% | - |
| HSV(B) | 204.16º | 0.9% | 0.67% | - |
| XYZ | 13.05 | 14 | 40.54 | - |
| YUV | 88.56 | 174.52 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 171 | 0.90 | 0.36 | 0 | 0.33 | 204.16 | 0.82 | 0.37 |
| Hex | 11 | 6D | AB | 5A | 24 | 0 | 21 | CC | 52 | 25 |
| Octal | 21 | 155 | 253 | 132 | 44 | 0 | 41 | 314 | 122 | 45 |
| Binary | 10001 | 1101101 | 10101011 | 1011010 | 100100 | 0 | 100001 | 11001100 | 1010010 | 100101 |
Color Harmonies of #116DAB
Complementary color
Monochromatic Colors of #116DAB
Black with #116DAB
Text Example
Text Example
White with #116DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DAB; }
p { color: rgb(17,109,171); }
H1.HeaderClassName
{
color: #116DAB;
}
.AnyTagClassName
{
color: #116DAB;
}
</style>
background-color css
<style>
a { background-color: #116DAB; }
a { background-color: rgb(17,109,171); }
div.DivClassName
{
background-color: #116DAB;
}
.BgClassName
{
background-color: #116DAB;
}
</style>
border-color css
<style>
span { border-color: #116DAB; }
span { border-color: rgb(17,109,171); }
td.TdClassName
{
border-color: #116DAB;
}
.TagClassName
{
border-color: #116DAB;
}
</style>