Shades of Cerulean #1175AA
Tints of Cerulean #1175AA
RGB
CMYK
RGB Variations
Color information
#1175AA (or 0x1175AA) is known color: Cerulean. HEX triplet: 11, 75 and AA. RGB value is (17,117,170). Sum of RGB (Red+Green+Blue) = 17+117+170=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #1175AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1175AA is #EE8A55. Grayscale: #5C5C5C. Windows color (decimal): -15632982 or 11171089. OLE color: 11171089.
HSL color Cylindrical-coordinate representation of color #1175AA: hue angle of 200.78º 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 #1175AA is Cyan = 0.9, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 117 | 170 | - |
| CMYK | 0.9 | 0.31 | 0 | 0.33 |
| HSL | 200.78º | 0.82% | 0.37% | - |
| HSV(B) | 200.78º | 0.9% | 0.67% | - |
| XYZ | 13.85 | 15.74 | 40.34 | - |
| YUV | 93.14 | 171.37 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 170 | 0.9 | 0.31 | 0 | 0.33 | 200.78 | 0.82 | 0.37 |
| Hex | 11 | 75 | AA | 5A | 1F | 0 | 21 | C9 | 52 | 25 |
| Octal | 21 | 165 | 252 | 132 | 37 | 0 | 41 | 311 | 122 | 45 |
| Binary | 10001 | 1110101 | 10101010 | 1011010 | 11111 | 0 | 100001 | 11001001 | 1010010 | 100101 |
Color Harmonies of #1175AA
Complementary color
Monochromatic Colors of #1175AA
Black with #1175AA
Text Example
Text Example
White with #1175AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175AA; }
p { color: rgb(17,117,170); }
H1.HeaderClassName
{
color: #1175AA;
}
.AnyTagClassName
{
color: #1175AA;
}
</style>
background-color css
<style>
a { background-color: #1175AA; }
a { background-color: rgb(17,117,170); }
div.DivClassName
{
background-color: #1175AA;
}
.BgClassName
{
background-color: #1175AA;
}
</style>
border-color css
<style>
span { border-color: #1175AA; }
span { border-color: rgb(17,117,170); }
td.TdClassName
{
border-color: #1175AA;
}
.TagClassName
{
border-color: #1175AA;
}
</style>