Shades of Cerulean #116798
Tints of Cerulean #116798
RGB
CMYK
RGB Variations
Color information
#116798 (or 0x116798) is known color: Cerulean. HEX triplet: 11, 67 and 98. RGB value is (17,103,152). Sum of RGB (Red+Green+Blue) = 17+103+152=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #116798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116798 is #EE9867. Grayscale: #525252. Windows color (decimal): -15636584 or 9987857. OLE color: 9987857.
HSL color Cylindrical-coordinate representation of color #116798: hue angle of 201.78º 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 #116798 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 103 | 152 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.40 |
| HSL | 201.78º | 0.8% | 0.33% | - |
| HSV(B) | 201.78º | 0.89% | 0.6% | - |
| XYZ | 10.75 | 12.09 | 31.47 | - |
| YUV | 82.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 152 | 0.89 | 0.32 | 0 | 0.40 | 201.78 | 0.8 | 0.33 |
| Hex | 11 | 67 | 98 | 59 | 20 | 0 | 28 | CA | 50 | 21 |
| Octal | 21 | 147 | 230 | 131 | 40 | 0 | 50 | 312 | 120 | 41 |
| Binary | 10001 | 1100111 | 10011000 | 1011001 | 100000 | 0 | 101000 | 11001010 | 1010000 | 100001 |
Color Harmonies of #116798
Complementary color
Monochromatic Colors of #116798
Black with #116798
Text Example
Text Example
White with #116798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116798; }
p { color: rgb(17,103,152); }
H1.HeaderClassName
{
color: #116798;
}
.AnyTagClassName
{
color: #116798;
}
</style>
background-color css
<style>
a { background-color: #116798; }
a { background-color: rgb(17,103,152); }
div.DivClassName
{
background-color: #116798;
}
.BgClassName
{
background-color: #116798;
}
</style>
border-color css
<style>
span { border-color: #116798; }
span { border-color: rgb(17,103,152); }
td.TdClassName
{
border-color: #116798;
}
.TagClassName
{
border-color: #116798;
}
</style>