Shades of Cerulean #1174AA
Tints of Cerulean #1174AA
RGB
CMYK
RGB Variations
Color information
#1174AA (or 0x1174AA) is known color: Cerulean. HEX triplet: 11, 74 and AA. RGB value is (17,116,170). Sum of RGB (Red+Green+Blue) = 17+116+170=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #1174AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1174AA is #EE8B55. Grayscale: #5C5C5C. Windows color (decimal): -15633238 or 11170833. OLE color: 11170833.
HSL color Cylindrical-coordinate representation of color #1174AA: hue angle of 201.18º 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 #1174AA is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 116 | 170 | - |
| CMYK | 0.9 | 0.32 | 0 | 0.33 |
| HSL | 201.18º | 0.82% | 0.37% | - |
| HSV(B) | 201.18º | 0.9% | 0.67% | - |
| XYZ | 13.73 | 15.51 | 40.3 | - |
| YUV | 92.56 | 171.7 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 170 | 0.9 | 0.32 | 0 | 0.33 | 201.18 | 0.82 | 0.37 |
| Hex | 11 | 74 | AA | 5A | 20 | 0 | 21 | C9 | 52 | 25 |
| Octal | 21 | 164 | 252 | 132 | 40 | 0 | 41 | 311 | 122 | 45 |
| Binary | 10001 | 1110100 | 10101010 | 1011010 | 100000 | 0 | 100001 | 11001001 | 1010010 | 100101 |
Color Harmonies of #1174AA
Complementary color
Monochromatic Colors of #1174AA
Black with #1174AA
Text Example
Text Example
White with #1174AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1174AA; }
p { color: rgb(17,116,170); }
H1.HeaderClassName
{
color: #1174AA;
}
.AnyTagClassName
{
color: #1174AA;
}
</style>
background-color css
<style>
a { background-color: #1174AA; }
a { background-color: rgb(17,116,170); }
div.DivClassName
{
background-color: #1174AA;
}
.BgClassName
{
background-color: #1174AA;
}
</style>
border-color css
<style>
span { border-color: #1174AA; }
span { border-color: rgb(17,116,170); }
td.TdClassName
{
border-color: #1174AA;
}
.TagClassName
{
border-color: #1174AA;
}
</style>