Shades of Cerulean #116799
Tints of Cerulean #116799
RGB
CMYK
RGB Variations
Color information
#116799 (or 0x116799) is known color: Cerulean. HEX triplet: 11, 67 and 99. RGB value is (17,103,153). Sum of RGB (Red+Green+Blue) = 17+103+153=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #116799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116799 is #EE9866. Grayscale: #525252. Windows color (decimal): -15636583 or 10053393. OLE color: 10053393.
HSL color Cylindrical-coordinate representation of color #116799: hue angle of 202.06º 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 #116799 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 103 | 153 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.4 |
| HSL | 202.06º | 0.8% | 0.33% | - |
| HSV(B) | 202.06º | 0.89% | 0.6% | - |
| XYZ | 10.83 | 12.12 | 31.91 | - |
| YUV | 82.99 | 167.51 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 153 | 0.89 | 0.33 | 0 | 0.4 | 202.06 | 0.8 | 0.33 |
| Hex | 11 | 67 | 99 | 59 | 21 | 0 | 28 | CA | 50 | 21 |
| Octal | 21 | 147 | 231 | 131 | 41 | 0 | 50 | 312 | 120 | 41 |
| Binary | 10001 | 1100111 | 10011001 | 1011001 | 100001 | 0 | 101000 | 11001010 | 1010000 | 100001 |
Color Harmonies of #116799
Complementary color
Monochromatic Colors of #116799
Black with #116799
Text Example
Text Example
White with #116799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116799; }
p { color: rgb(17,103,153); }
H1.HeaderClassName
{
color: #116799;
}
.AnyTagClassName
{
color: #116799;
}
</style>
background-color css
<style>
a { background-color: #116799; }
a { background-color: rgb(17,103,153); }
div.DivClassName
{
background-color: #116799;
}
.BgClassName
{
background-color: #116799;
}
</style>
border-color css
<style>
span { border-color: #116799; }
span { border-color: rgb(17,103,153); }
td.TdClassName
{
border-color: #116799;
}
.TagClassName
{
border-color: #116799;
}
</style>