Shades of Cerulean #1184B7
Tints of Cerulean #1184B7
RGB
CMYK
RGB Variations
Color information
#1184B7 (or 0x1184B7) is known color: Cerulean. HEX triplet: 11, 84 and B7. RGB value is (17,132,183). Sum of RGB (Red+Green+Blue) = 17+132+183=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #1184B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1184B7 is #EE7B48. Grayscale: #676767. Windows color (decimal): -15629129 or 12026897. OLE color: 12026897.
HSL color Cylindrical-coordinate representation of color #1184B7: hue angle of 198.43º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1184B7 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 132 | 183 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.28 |
| HSL | 198.43º | 0.83% | 0.39% | - |
| HSV(B) | 198.43º | 0.91% | 0.72% | - |
| XYZ | 17.03 | 20.04 | 47.77 | - |
| YUV | 103.43 | 172.9 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 183 | 0.91 | 0.28 | 0 | 0.28 | 198.43 | 0.83 | 0.39 |
| Hex | 11 | 84 | B7 | 5B | 1C | 0 | 1C | C6 | 53 | 27 |
| Octal | 21 | 204 | 267 | 133 | 34 | 0 | 34 | 306 | 123 | 47 |
| Binary | 10001 | 10000100 | 10110111 | 1011011 | 11100 | 0 | 11100 | 11000110 | 1010011 | 100111 |
Color Harmonies of #1184B7
Complementary color
Monochromatic Colors of #1184B7
Black with #1184B7
Text Example
Text Example
White with #1184B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1184B7; }
p { color: rgb(17,132,183); }
H1.HeaderClassName
{
color: #1184B7;
}
.AnyTagClassName
{
color: #1184B7;
}
</style>
background-color css
<style>
a { background-color: #1184B7; }
a { background-color: rgb(17,132,183); }
div.DivClassName
{
background-color: #1184B7;
}
.BgClassName
{
background-color: #1184B7;
}
</style>
border-color css
<style>
span { border-color: #1184B7; }
span { border-color: rgb(17,132,183); }
td.TdClassName
{
border-color: #1184B7;
}
.TagClassName
{
border-color: #1184B7;
}
</style>