Shades of Cerulean #117BA5
Tints of Cerulean #117BA5
RGB
CMYK
RGB Variations
Color information
#117BA5 (or 0x117BA5) is known color: Cerulean. HEX triplet: 11, 7B and A5. RGB value is (17,123,165). Sum of RGB (Red+Green+Blue) = 17+123+165=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #117BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BA5 is #EE845A. Grayscale: #5F5F5F. Windows color (decimal): -15631451 or 10844945. OLE color: 10844945.
HSL color Cylindrical-coordinate representation of color #117BA5: hue angle of 197.03º 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 #117BA5 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 123 | 165 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.35 |
| HSL | 197.03º | 0.81% | 0.36% | - |
| HSV(B) | 197.03º | 0.9% | 0.65% | - |
| XYZ | 14.11 | 17 | 38.14 | - |
| YUV | 96.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 165 | 0.90 | 0.25 | 0 | 0.35 | 197.03 | 0.81 | 0.36 |
| Hex | 11 | 7B | A5 | 5A | 19 | 0 | 23 | C5 | 51 | 24 |
| Octal | 21 | 173 | 245 | 132 | 31 | 0 | 43 | 305 | 121 | 44 |
| Binary | 10001 | 1111011 | 10100101 | 1011010 | 11001 | 0 | 100011 | 11000101 | 1010001 | 100100 |
Color Harmonies of #117BA5
Complementary color
Monochromatic Colors of #117BA5
Black with #117BA5
Text Example
Text Example
White with #117BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BA5; }
p { color: rgb(17,123,165); }
H1.HeaderClassName
{
color: #117BA5;
}
.AnyTagClassName
{
color: #117BA5;
}
</style>
background-color css
<style>
a { background-color: #117BA5; }
a { background-color: rgb(17,123,165); }
div.DivClassName
{
background-color: #117BA5;
}
.BgClassName
{
background-color: #117BA5;
}
</style>
border-color css
<style>
span { border-color: #117BA5; }
span { border-color: rgb(17,123,165); }
td.TdClassName
{
border-color: #117BA5;
}
.TagClassName
{
border-color: #117BA5;
}
</style>