Shades of Cerulean #117BA9
Tints of Cerulean #117BA9
RGB
CMYK
RGB Variations
Color information
#117BA9 (or 0x117BA9) is known color: Cerulean. HEX triplet: 11, 7B and A9. RGB value is (17,123,169). Sum of RGB (Red+Green+Blue) = 17+123+169=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #117BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BA9 is #EE8456. Grayscale: #606060. Windows color (decimal): -15631447 or 11107089. OLE color: 11107089.
HSL color Cylindrical-coordinate representation of color #117BA9: hue angle of 198.16º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117BA9 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 123 | 169 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.34 |
| HSL | 198.16º | 0.82% | 0.36% | - |
| HSV(B) | 198.16º | 0.9% | 0.66% | - |
| XYZ | 14.48 | 17.15 | 40.08 | - |
| YUV | 96.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 169 | 0.90 | 0.27 | 0 | 0.34 | 198.16 | 0.82 | 0.36 |
| Hex | 11 | 7B | A9 | 5A | 1B | 0 | 22 | C6 | 52 | 24 |
| Octal | 21 | 173 | 251 | 132 | 33 | 0 | 42 | 306 | 122 | 44 |
| Binary | 10001 | 1111011 | 10101001 | 1011010 | 11011 | 0 | 100010 | 11000110 | 1010010 | 100100 |
Color Harmonies of #117BA9
Complementary color
Monochromatic Colors of #117BA9
Black with #117BA9
Text Example
Text Example
White with #117BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BA9; }
p { color: rgb(17,123,169); }
H1.HeaderClassName
{
color: #117BA9;
}
.AnyTagClassName
{
color: #117BA9;
}
</style>
background-color css
<style>
a { background-color: #117BA9; }
a { background-color: rgb(17,123,169); }
div.DivClassName
{
background-color: #117BA9;
}
.BgClassName
{
background-color: #117BA9;
}
</style>
border-color css
<style>
span { border-color: #117BA9; }
span { border-color: rgb(17,123,169); }
td.TdClassName
{
border-color: #117BA9;
}
.TagClassName
{
border-color: #117BA9;
}
</style>