Shades of Cerulean #1186AD
Tints of Cerulean #1186AD
RGB
CMYK
RGB Variations
Color information
#1186AD (or 0x1186AD) is known color: Cerulean. HEX triplet: 11, 86 and AD. RGB value is (17,134,173). Sum of RGB (Red+Green+Blue) = 17+134+173=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #1186AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1186AD is #EE7952. Grayscale: #676767. Windows color (decimal): -15628627 or 11372049. OLE color: 11372049.
HSL color Cylindrical-coordinate representation of color #1186AD: hue angle of 195º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1186AD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 134 | 173 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.32 |
| HSL | 195º | 0.82% | 0.37% | - |
| HSV(B) | 195º | 0.9% | 0.68% | - |
| XYZ | 16.3 | 20.19 | 42.57 | - |
| YUV | 103.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 173 | 0.90 | 0.23 | 0 | 0.32 | 195 | 0.82 | 0.37 |
| Hex | 11 | 86 | AD | 5A | 17 | 0 | 20 | C3 | 52 | 25 |
| Octal | 21 | 206 | 255 | 132 | 27 | 0 | 40 | 303 | 122 | 45 |
| Binary | 10001 | 10000110 | 10101101 | 1011010 | 10111 | 0 | 100000 | 11000011 | 1010010 | 100101 |
Color Harmonies of #1186AD
Complementary color
Monochromatic Colors of #1186AD
Black with #1186AD
Text Example
Text Example
White with #1186AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1186AD; }
p { color: rgb(17,134,173); }
H1.HeaderClassName
{
color: #1186AD;
}
.AnyTagClassName
{
color: #1186AD;
}
</style>
background-color css
<style>
a { background-color: #1186AD; }
a { background-color: rgb(17,134,173); }
div.DivClassName
{
background-color: #1186AD;
}
.BgClassName
{
background-color: #1186AD;
}
</style>
border-color css
<style>
span { border-color: #1186AD; }
span { border-color: rgb(17,134,173); }
td.TdClassName
{
border-color: #1186AD;
}
.TagClassName
{
border-color: #1186AD;
}
</style>