Shades of Cerulean #116FA3
Tints of Cerulean #116FA3
RGB
CMYK
RGB Variations
Color information
#116FA3 (or 0x116FA3) is known color: Cerulean. HEX triplet: 11, 6F and A3. RGB value is (17,111,163). Sum of RGB (Red+Green+Blue) = 17+111+163=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 163 (64.06% from 255 or 56.01% from 291); Max value from RGB is 163 - color contains mainly: blue. Hex color #116FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116FA3 is #EE905C. Grayscale: #585858. Windows color (decimal): -15634525 or 10710801. OLE color: 10710801.
HSL color Cylindrical-coordinate representation of color #116FA3: hue angle of 201.37º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116FA3 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 111 | 163 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.36 |
| HSL | 201.37º | 0.81% | 0.35% | - |
| HSV(B) | 201.37º | 0.9% | 0.64% | - |
| XYZ | 12.53 | 14.13 | 36.72 | - |
| YUV | 88.82 | 169.86 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 163 | 0.90 | 0.32 | 0 | 0.36 | 201.37 | 0.81 | 0.35 |
| Hex | 11 | 6F | A3 | 5A | 20 | 0 | 24 | C9 | 51 | 23 |
| Octal | 21 | 157 | 243 | 132 | 40 | 0 | 44 | 311 | 121 | 43 |
| Binary | 10001 | 1101111 | 10100011 | 1011010 | 100000 | 0 | 100100 | 11001001 | 1010001 | 100011 |
Color Harmonies of #116FA3
Complementary color
Monochromatic Colors of #116FA3
Black with #116FA3
Text Example
Text Example
White with #116FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FA3; }
p { color: rgb(17,111,163); }
H1.HeaderClassName
{
color: #116FA3;
}
.AnyTagClassName
{
color: #116FA3;
}
</style>
background-color css
<style>
a { background-color: #116FA3; }
a { background-color: rgb(17,111,163); }
div.DivClassName
{
background-color: #116FA3;
}
.BgClassName
{
background-color: #116FA3;
}
</style>
border-color css
<style>
span { border-color: #116FA3; }
span { border-color: rgb(17,111,163); }
td.TdClassName
{
border-color: #116FA3;
}
.TagClassName
{
border-color: #116FA3;
}
</style>