Shades of Cerulean #1185AC
Tints of Cerulean #1185AC
RGB
CMYK
RGB Variations
Color information
#1185AC (or 0x1185AC) is known color: Cerulean. HEX triplet: 11, 85 and AC. RGB value is (17,133,172). Sum of RGB (Red+Green+Blue) = 17+133+172=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #1185AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1185AC is #EE7A53. Grayscale: #666666. Windows color (decimal): -15628884 or 11306257. OLE color: 11306257.
HSL color Cylindrical-coordinate representation of color #1185AC: hue angle of 195.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1185AC is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 133 | 172 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.33 |
| HSL | 195.1º | 0.82% | 0.37% | - |
| HSV(B) | 195.1º | 0.9% | 0.67% | - |
| XYZ | 16.07 | 19.87 | 42.02 | - |
| YUV | 102.76 | 167.07 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 172 | 0.90 | 0.23 | 0 | 0.33 | 195.1 | 0.82 | 0.37 |
| Hex | 11 | 85 | AC | 5A | 17 | 0 | 21 | C3 | 52 | 25 |
| Octal | 21 | 205 | 254 | 132 | 27 | 0 | 41 | 303 | 122 | 45 |
| Binary | 10001 | 10000101 | 10101100 | 1011010 | 10111 | 0 | 100001 | 11000011 | 1010010 | 100101 |
Color Harmonies of #1185AC
Complementary color
Monochromatic Colors of #1185AC
Black with #1185AC
Text Example
Text Example
White with #1185AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185AC; }
p { color: rgb(17,133,172); }
H1.HeaderClassName
{
color: #1185AC;
}
.AnyTagClassName
{
color: #1185AC;
}
</style>
background-color css
<style>
a { background-color: #1185AC; }
a { background-color: rgb(17,133,172); }
div.DivClassName
{
background-color: #1185AC;
}
.BgClassName
{
background-color: #1185AC;
}
</style>
border-color css
<style>
span { border-color: #1185AC; }
span { border-color: rgb(17,133,172); }
td.TdClassName
{
border-color: #1185AC;
}
.TagClassName
{
border-color: #1185AC;
}
</style>