Shades of Cerulean #116F9D
Tints of Cerulean #116F9D
RGB
CMYK
RGB Variations
Color information
#116F9D (or 0x116F9D) is known color: Cerulean. HEX triplet: 11, 6F and 9D. RGB value is (17,111,157). Sum of RGB (Red+Green+Blue) = 17+111+157=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #116F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F9D is #EE9062. Grayscale: #575757. Windows color (decimal): -15634531 or 10317585. OLE color: 10317585.
HSL color Cylindrical-coordinate representation of color #116F9D: hue angle of 199.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116F9D is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 111 | 157 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.38 |
| HSL | 199.71º | 0.8% | 0.34% | - |
| HSV(B) | 199.71º | 0.89% | 0.62% | - |
| XYZ | 12 | 13.92 | 33.95 | - |
| YUV | 88.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 157 | 0.89 | 0.29 | 0 | 0.38 | 199.71 | 0.8 | 0.34 |
| Hex | 11 | 6F | 9D | 59 | 1D | 0 | 26 | C8 | 50 | 22 |
| Octal | 21 | 157 | 235 | 131 | 35 | 0 | 46 | 310 | 120 | 42 |
| Binary | 10001 | 1101111 | 10011101 | 1011001 | 11101 | 0 | 100110 | 11001000 | 1010000 | 100010 |
Color Harmonies of #116F9D
Complementary color
Monochromatic Colors of #116F9D
Black with #116F9D
Text Example
Text Example
White with #116F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F9D; }
p { color: rgb(17,111,157); }
H1.HeaderClassName
{
color: #116F9D;
}
.AnyTagClassName
{
color: #116F9D;
}
</style>
background-color css
<style>
a { background-color: #116F9D; }
a { background-color: rgb(17,111,157); }
div.DivClassName
{
background-color: #116F9D;
}
.BgClassName
{
background-color: #116F9D;
}
</style>
border-color css
<style>
span { border-color: #116F9D; }
span { border-color: rgb(17,111,157); }
td.TdClassName
{
border-color: #116F9D;
}
.TagClassName
{
border-color: #116F9D;
}
</style>