Shades of Cerulean #1177AD
Tints of Cerulean #1177AD
RGB
CMYK
RGB Variations
Color information
#1177AD (or 0x1177AD) is known color: Cerulean. HEX triplet: 11, 77 and AD. RGB value is (17,119,173). Sum of RGB (Red+Green+Blue) = 17+119+173=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #1177AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1177AD is #EE8852. Grayscale: #5E5E5E. Windows color (decimal): -15632467 or 11368209. OLE color: 11368209.
HSL color Cylindrical-coordinate representation of color #1177AD: hue angle of 200.77º 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 #1177AD is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 119 | 173 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.32 |
| HSL | 200.77º | 0.82% | 0.37% | - |
| HSV(B) | 200.77º | 0.9% | 0.68% | - |
| XYZ | 14.37 | 16.33 | 41.93 | - |
| YUV | 94.66 | 172.21 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 173 | 0.90 | 0.31 | 0 | 0.32 | 200.77 | 0.82 | 0.37 |
| Hex | 11 | 77 | AD | 5A | 1F | 0 | 20 | C9 | 52 | 25 |
| Octal | 21 | 167 | 255 | 132 | 37 | 0 | 40 | 311 | 122 | 45 |
| Binary | 10001 | 1110111 | 10101101 | 1011010 | 11111 | 0 | 100000 | 11001001 | 1010010 | 100101 |
Color Harmonies of #1177AD
Complementary color
Monochromatic Colors of #1177AD
Black with #1177AD
Text Example
Text Example
White with #1177AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1177AD; }
p { color: rgb(17,119,173); }
H1.HeaderClassName
{
color: #1177AD;
}
.AnyTagClassName
{
color: #1177AD;
}
</style>
background-color css
<style>
a { background-color: #1177AD; }
a { background-color: rgb(17,119,173); }
div.DivClassName
{
background-color: #1177AD;
}
.BgClassName
{
background-color: #1177AD;
}
</style>
border-color css
<style>
span { border-color: #1177AD; }
span { border-color: rgb(17,119,173); }
td.TdClassName
{
border-color: #1177AD;
}
.TagClassName
{
border-color: #1177AD;
}
</style>