Shades of Cerulean #1187AD
Tints of Cerulean #1187AD
RGB
CMYK
RGB Variations
Color information
#1187AD (or 0x1187AD) is known color: Cerulean. HEX triplet: 11, 87 and AD. RGB value is (17,135,173). Sum of RGB (Red+Green+Blue) = 17+135+173=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1187AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1187AD is #EE7852. Grayscale: #676767. Windows color (decimal): -15628371 or 11372305. OLE color: 11372305.
HSL color Cylindrical-coordinate representation of color #1187AD: hue angle of 194.62º 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 #1187AD is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 135 | 173 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.32 |
| HSL | 194.62º | 0.82% | 0.37% | - |
| HSV(B) | 194.62º | 0.9% | 0.68% | - |
| XYZ | 16.44 | 20.46 | 42.62 | - |
| YUV | 104.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 173 | 0.90 | 0.22 | 0 | 0.32 | 194.62 | 0.82 | 0.37 |
| Hex | 11 | 87 | AD | 5A | 16 | 0 | 20 | C3 | 52 | 25 |
| Octal | 21 | 207 | 255 | 132 | 26 | 0 | 40 | 303 | 122 | 45 |
| Binary | 10001 | 10000111 | 10101101 | 1011010 | 10110 | 0 | 100000 | 11000011 | 1010010 | 100101 |
Color Harmonies of #1187AD
Complementary color
Monochromatic Colors of #1187AD
Black with #1187AD
Text Example
Text Example
White with #1187AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187AD; }
p { color: rgb(17,135,173); }
H1.HeaderClassName
{
color: #1187AD;
}
.AnyTagClassName
{
color: #1187AD;
}
</style>
background-color css
<style>
a { background-color: #1187AD; }
a { background-color: rgb(17,135,173); }
div.DivClassName
{
background-color: #1187AD;
}
.BgClassName
{
background-color: #1187AD;
}
</style>
border-color css
<style>
span { border-color: #1187AD; }
span { border-color: rgb(17,135,173); }
td.TdClassName
{
border-color: #1187AD;
}
.TagClassName
{
border-color: #1187AD;
}
</style>