Shades of Cerulean #116898
Tints of Cerulean #116898
RGB
CMYK
RGB Variations
Color information
#116898 (or 0x116898) is known color: Cerulean. HEX triplet: 11, 68 and 98. RGB value is (17,104,152). Sum of RGB (Red+Green+Blue) = 17+104+152=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #116898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116898 is #EE9767. Grayscale: #535353. Windows color (decimal): -15636328 or 9988113. OLE color: 9988113.
HSL color Cylindrical-coordinate representation of color #116898: hue angle of 201.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116898 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 104 | 152 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.40 |
| HSL | 201.33º | 0.8% | 0.33% | - |
| HSV(B) | 201.33º | 0.89% | 0.6% | - |
| XYZ | 10.85 | 12.29 | 31.51 | - |
| YUV | 83.46 | 166.68 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 152 | 0.89 | 0.32 | 0 | 0.40 | 201.33 | 0.8 | 0.33 |
| Hex | 11 | 68 | 98 | 59 | 20 | 0 | 28 | C9 | 50 | 21 |
| Octal | 21 | 150 | 230 | 131 | 40 | 0 | 50 | 311 | 120 | 41 |
| Binary | 10001 | 1101000 | 10011000 | 1011001 | 100000 | 0 | 101000 | 11001001 | 1010000 | 100001 |
Color Harmonies of #116898
Complementary color
Monochromatic Colors of #116898
Black with #116898
Text Example
Text Example
White with #116898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116898; }
p { color: rgb(17,104,152); }
H1.HeaderClassName
{
color: #116898;
}
.AnyTagClassName
{
color: #116898;
}
</style>
background-color css
<style>
a { background-color: #116898; }
a { background-color: rgb(17,104,152); }
div.DivClassName
{
background-color: #116898;
}
.BgClassName
{
background-color: #116898;
}
</style>
border-color css
<style>
span { border-color: #116898; }
span { border-color: rgb(17,104,152); }
td.TdClassName
{
border-color: #116898;
}
.TagClassName
{
border-color: #116898;
}
</style>