Shades of Cerulean #1184AC
Tints of Cerulean #1184AC
RGB
CMYK
RGB Variations
Color information
#1184AC (or 0x1184AC) is known color: Cerulean. HEX triplet: 11, 84 and AC. RGB value is (17,132,172). Sum of RGB (Red+Green+Blue) = 17+132+172=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #1184AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1184AC is #EE7B53. Grayscale: #656565. Windows color (decimal): -15629140 or 11306001. OLE color: 11306001.
HSL color Cylindrical-coordinate representation of color #1184AC: hue angle of 195.48º 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 #1184AC is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 132 | 172 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.33 |
| HSL | 195.48º | 0.82% | 0.37% | - |
| HSV(B) | 195.48º | 0.9% | 0.67% | - |
| XYZ | 15.93 | 19.6 | 41.97 | - |
| YUV | 102.18 | 167.4 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 172 | 0.90 | 0.23 | 0 | 0.33 | 195.48 | 0.82 | 0.37 |
| Hex | 11 | 84 | AC | 5A | 17 | 0 | 21 | C3 | 52 | 25 |
| Octal | 21 | 204 | 254 | 132 | 27 | 0 | 41 | 303 | 122 | 45 |
| Binary | 10001 | 10000100 | 10101100 | 1011010 | 10111 | 0 | 100001 | 11000011 | 1010010 | 100101 |
Color Harmonies of #1184AC
Complementary color
Monochromatic Colors of #1184AC
Black with #1184AC
Text Example
Text Example
White with #1184AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1184AC; }
p { color: rgb(17,132,172); }
H1.HeaderClassName
{
color: #1184AC;
}
.AnyTagClassName
{
color: #1184AC;
}
</style>
background-color css
<style>
a { background-color: #1184AC; }
a { background-color: rgb(17,132,172); }
div.DivClassName
{
background-color: #1184AC;
}
.BgClassName
{
background-color: #1184AC;
}
</style>
border-color css
<style>
span { border-color: #1184AC; }
span { border-color: rgb(17,132,172); }
td.TdClassName
{
border-color: #1184AC;
}
.TagClassName
{
border-color: #1184AC;
}
</style>