Shades of Cerulean #1177AE
Tints of Cerulean #1177AE
RGB
CMYK
RGB Variations
Color information
#1177AE (or 0x1177AE) is known color: Cerulean. HEX triplet: 11, 77 and AE. RGB value is (17,119,174). Sum of RGB (Red+Green+Blue) = 17+119+174=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1177AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1177AE is #EE8851. Grayscale: #5E5E5E. Windows color (decimal): -15632466 or 11433745. OLE color: 11433745.
HSL color Cylindrical-coordinate representation of color #1177AE: hue angle of 201.02º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1177AE is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 119 | 174 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.32 |
| HSL | 201.02º | 0.82% | 0.37% | - |
| HSV(B) | 201.02º | 0.9% | 0.68% | - |
| XYZ | 14.47 | 16.37 | 42.44 | - |
| YUV | 94.77 | 172.71 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 174 | 0.90 | 0.32 | 0 | 0.32 | 201.02 | 0.82 | 0.37 |
| Hex | 11 | 77 | AE | 5A | 20 | 0 | 20 | C9 | 52 | 25 |
| Octal | 21 | 167 | 256 | 132 | 40 | 0 | 40 | 311 | 122 | 45 |
| Binary | 10001 | 1110111 | 10101110 | 1011010 | 100000 | 0 | 100000 | 11001001 | 1010010 | 100101 |
Color Harmonies of #1177AE
Complementary color
Monochromatic Colors of #1177AE
Black with #1177AE
Text Example
Text Example
White with #1177AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1177AE; }
p { color: rgb(17,119,174); }
H1.HeaderClassName
{
color: #1177AE;
}
.AnyTagClassName
{
color: #1177AE;
}
</style>
background-color css
<style>
a { background-color: #1177AE; }
a { background-color: rgb(17,119,174); }
div.DivClassName
{
background-color: #1177AE;
}
.BgClassName
{
background-color: #1177AE;
}
</style>
border-color css
<style>
span { border-color: #1177AE; }
span { border-color: rgb(17,119,174); }
td.TdClassName
{
border-color: #1177AE;
}
.TagClassName
{
border-color: #1177AE;
}
</style>