Shades of Cerulean #116BA5
Tints of Cerulean #116BA5
RGB
CMYK
RGB Variations
Color information
#116BA5 (or 0x116BA5) is known color: Cerulean. HEX triplet: 11, 6B and A5. RGB value is (17,107,165). Sum of RGB (Red+Green+Blue) = 17+107+165=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #116BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BA5 is #EE945A. Grayscale: #565656. Windows color (decimal): -15635547 or 10840849. OLE color: 10840849.
HSL color Cylindrical-coordinate representation of color #116BA5: hue angle of 203.51º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116BA5 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 107 | 165 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.35 |
| HSL | 203.51º | 0.81% | 0.36% | - |
| HSV(B) | 203.51º | 0.9% | 0.65% | - |
| XYZ | 12.28 | 13.35 | 37.53 | - |
| YUV | 86.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 165 | 0.90 | 0.35 | 0 | 0.35 | 203.51 | 0.81 | 0.36 |
| Hex | 11 | 6B | A5 | 5A | 23 | 0 | 23 | CC | 51 | 24 |
| Octal | 21 | 153 | 245 | 132 | 43 | 0 | 43 | 314 | 121 | 44 |
| Binary | 10001 | 1101011 | 10100101 | 1011010 | 100011 | 0 | 100011 | 11001100 | 1010001 | 100100 |
Color Harmonies of #116BA5
Complementary color
Monochromatic Colors of #116BA5
Black with #116BA5
Text Example
Text Example
White with #116BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BA5; }
p { color: rgb(17,107,165); }
H1.HeaderClassName
{
color: #116BA5;
}
.AnyTagClassName
{
color: #116BA5;
}
</style>
background-color css
<style>
a { background-color: #116BA5; }
a { background-color: rgb(17,107,165); }
div.DivClassName
{
background-color: #116BA5;
}
.BgClassName
{
background-color: #116BA5;
}
</style>
border-color css
<style>
span { border-color: #116BA5; }
span { border-color: rgb(17,107,165); }
td.TdClassName
{
border-color: #116BA5;
}
.TagClassName
{
border-color: #116BA5;
}
</style>