Shades of Cerulean #116A9B
Tints of Cerulean #116A9B
RGB
CMYK
RGB Variations
Color information
#116A9B (or 0x116A9B) is known color: Cerulean. HEX triplet: 11, 6A and 9B. RGB value is (17,106,155). Sum of RGB (Red+Green+Blue) = 17+106+155=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #116A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A9B is #EE9564. Grayscale: #545454. Windows color (decimal): -15635813 or 10185233. OLE color: 10185233.
HSL color Cylindrical-coordinate representation of color #116A9B: hue angle of 201.3º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116A9B is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 106 | 155 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.39 |
| HSL | 201.3º | 0.8% | 0.34% | - |
| HSV(B) | 201.3º | 0.89% | 0.61% | - |
| XYZ | 11.3 | 12.79 | 32.88 | - |
| YUV | 84.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 155 | 0.89 | 0.32 | 0 | 0.39 | 201.3 | 0.8 | 0.34 |
| Hex | 11 | 6A | 9B | 59 | 20 | 0 | 27 | C9 | 50 | 22 |
| Octal | 21 | 152 | 233 | 131 | 40 | 0 | 47 | 311 | 120 | 42 |
| Binary | 10001 | 1101010 | 10011011 | 1011001 | 100000 | 0 | 100111 | 11001001 | 1010000 | 100010 |
Color Harmonies of #116A9B
Complementary color
Monochromatic Colors of #116A9B
Black with #116A9B
Text Example
Text Example
White with #116A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A9B; }
p { color: rgb(17,106,155); }
H1.HeaderClassName
{
color: #116A9B;
}
.AnyTagClassName
{
color: #116A9B;
}
</style>
background-color css
<style>
a { background-color: #116A9B; }
a { background-color: rgb(17,106,155); }
div.DivClassName
{
background-color: #116A9B;
}
.BgClassName
{
background-color: #116A9B;
}
</style>
border-color css
<style>
span { border-color: #116A9B; }
span { border-color: rgb(17,106,155); }
td.TdClassName
{
border-color: #116A9B;
}
.TagClassName
{
border-color: #116A9B;
}
</style>