Shades of Cerulean #11749C
Tints of Cerulean #11749C
RGB
CMYK
RGB Variations
Color information
#11749C (or 0x11749C) is known color: Cerulean. HEX triplet: 11, 74 and 9C. RGB value is (17,116,156). Sum of RGB (Red+Green+Blue) = 17+116+156=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #11749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11749C is #EE8B63. Grayscale: #5A5A5A. Windows color (decimal): -15633252 or 10253329. OLE color: 10253329.
HSL color Cylindrical-coordinate representation of color #11749C: hue angle of 197.27º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11749C is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 116 | 156 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.39 |
| HSL | 197.27º | 0.8% | 0.34% | - |
| HSV(B) | 197.27º | 0.89% | 0.61% | - |
| XYZ | 12.48 | 15.01 | 33.69 | - |
| YUV | 90.96 | 164.7 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 156 | 0.89 | 0.26 | 0 | 0.39 | 197.27 | 0.8 | 0.34 |
| Hex | 11 | 74 | 9C | 59 | 1A | 0 | 27 | C5 | 50 | 22 |
| Octal | 21 | 164 | 234 | 131 | 32 | 0 | 47 | 305 | 120 | 42 |
| Binary | 10001 | 1110100 | 10011100 | 1011001 | 11010 | 0 | 100111 | 11000101 | 1010000 | 100010 |
Color Harmonies of #11749C
Complementary color
Monochromatic Colors of #11749C
Black with #11749C
Text Example
Text Example
White with #11749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11749C; }
p { color: rgb(17,116,156); }
H1.HeaderClassName
{
color: #11749C;
}
.AnyTagClassName
{
color: #11749C;
}
</style>
background-color css
<style>
a { background-color: #11749C; }
a { background-color: rgb(17,116,156); }
div.DivClassName
{
background-color: #11749C;
}
.BgClassName
{
background-color: #11749C;
}
</style>
border-color css
<style>
span { border-color: #11749C; }
span { border-color: rgb(17,116,156); }
td.TdClassName
{
border-color: #11749C;
}
.TagClassName
{
border-color: #11749C;
}
</style>