Shades of Cerulean #117CBA
Tints of Cerulean #117CBA
RGB
CMYK
RGB Variations
Color information
#117CBA (or 0x117CBA) is known color: Cerulean. HEX triplet: 11, 7C and BA. RGB value is (17,124,186). Sum of RGB (Red+Green+Blue) = 17+124+186=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #117CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CBA is #EE8345. Grayscale: #626262. Windows color (decimal): -15631174 or 12221457. OLE color: 12221457.
HSL color Cylindrical-coordinate representation of color #117CBA: hue angle of 202.01º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117CBA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 124 | 186 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.27 |
| HSL | 202.01º | 0.83% | 0.4% | - |
| HSV(B) | 202.01º | 0.91% | 0.73% | - |
| XYZ | 16.3 | 18.08 | 49.08 | - |
| YUV | 99.08 | 177.05 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 186 | 0.91 | 0.33 | 0 | 0.27 | 202.01 | 0.83 | 0.4 |
| Hex | 11 | 7C | BA | 5B | 21 | 0 | 1B | CA | 53 | 28 |
| Octal | 21 | 174 | 272 | 133 | 41 | 0 | 33 | 312 | 123 | 50 |
| Binary | 10001 | 1111100 | 10111010 | 1011011 | 100001 | 0 | 11011 | 11001010 | 1010011 | 101000 |
Color Harmonies of #117CBA
Complementary color
Monochromatic Colors of #117CBA
Black with #117CBA
Text Example
Text Example
White with #117CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CBA; }
p { color: rgb(17,124,186); }
H1.HeaderClassName
{
color: #117CBA;
}
.AnyTagClassName
{
color: #117CBA;
}
</style>
background-color css
<style>
a { background-color: #117CBA; }
a { background-color: rgb(17,124,186); }
div.DivClassName
{
background-color: #117CBA;
}
.BgClassName
{
background-color: #117CBA;
}
</style>
border-color css
<style>
span { border-color: #117CBA; }
span { border-color: rgb(17,124,186); }
td.TdClassName
{
border-color: #117CBA;
}
.TagClassName
{
border-color: #117CBA;
}
</style>