Shades of Cerulean #117CB3
Tints of Cerulean #117CB3
RGB
CMYK
RGB Variations
Color information
#117CB3 (or 0x117CB3) is known color: Cerulean. HEX triplet: 11, 7C and B3. RGB value is (17,124,179). Sum of RGB (Red+Green+Blue) = 17+124+179=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #117CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CB3 is #EE834C. Grayscale: #616161. Windows color (decimal): -15631181 or 11762705. OLE color: 11762705.
HSL color Cylindrical-coordinate representation of color #117CB3: hue angle of 200.37º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117CB3 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 124 | 179 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.30 |
| HSL | 200.37º | 0.83% | 0.38% | - |
| HSV(B) | 200.37º | 0.91% | 0.7% | - |
| XYZ | 15.58 | 17.79 | 45.26 | - |
| YUV | 98.28 | 173.55 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 179 | 0.91 | 0.31 | 0 | 0.30 | 200.37 | 0.83 | 0.38 |
| Hex | 11 | 7C | B3 | 5B | 1F | 0 | 1E | C8 | 53 | 26 |
| Octal | 21 | 174 | 263 | 133 | 37 | 0 | 36 | 310 | 123 | 46 |
| Binary | 10001 | 1111100 | 10110011 | 1011011 | 11111 | 0 | 11110 | 11001000 | 1010011 | 100110 |
Color Harmonies of #117CB3
Complementary color
Monochromatic Colors of #117CB3
Black with #117CB3
Text Example
Text Example
White with #117CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CB3; }
p { color: rgb(17,124,179); }
H1.HeaderClassName
{
color: #117CB3;
}
.AnyTagClassName
{
color: #117CB3;
}
</style>
background-color css
<style>
a { background-color: #117CB3; }
a { background-color: rgb(17,124,179); }
div.DivClassName
{
background-color: #117CB3;
}
.BgClassName
{
background-color: #117CB3;
}
</style>
border-color css
<style>
span { border-color: #117CB3; }
span { border-color: rgb(17,124,179); }
td.TdClassName
{
border-color: #117CB3;
}
.TagClassName
{
border-color: #117CB3;
}
</style>