Shades of Cerulean #1176AD
Tints of Cerulean #1176AD
RGB
CMYK
RGB Variations
Color information
#1176AD (or 0x1176AD) is known color: Cerulean. HEX triplet: 11, 76 and AD. RGB value is (17,118,173). Sum of RGB (Red+Green+Blue) = 17+118+173=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #1176AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1176AD is #EE8952. Grayscale: #5D5D5D. Windows color (decimal): -15632723 or 11367953. OLE color: 11367953.
HSL color Cylindrical-coordinate representation of color #1176AD: hue angle of 201.15º 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 #1176AD is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 118 | 173 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.32 |
| HSL | 201.15º | 0.82% | 0.37% | - |
| HSV(B) | 201.15º | 0.9% | 0.68% | - |
| XYZ | 14.25 | 16.09 | 41.89 | - |
| YUV | 94.07 | 172.54 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 173 | 0.90 | 0.32 | 0 | 0.32 | 201.15 | 0.82 | 0.37 |
| Hex | 11 | 76 | AD | 5A | 20 | 0 | 20 | C9 | 52 | 25 |
| Octal | 21 | 166 | 255 | 132 | 40 | 0 | 40 | 311 | 122 | 45 |
| Binary | 10001 | 1110110 | 10101101 | 1011010 | 100000 | 0 | 100000 | 11001001 | 1010010 | 100101 |
Color Harmonies of #1176AD
Complementary color
Monochromatic Colors of #1176AD
Black with #1176AD
Text Example
Text Example
White with #1176AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176AD; }
p { color: rgb(17,118,173); }
H1.HeaderClassName
{
color: #1176AD;
}
.AnyTagClassName
{
color: #1176AD;
}
</style>
background-color css
<style>
a { background-color: #1176AD; }
a { background-color: rgb(17,118,173); }
div.DivClassName
{
background-color: #1176AD;
}
.BgClassName
{
background-color: #1176AD;
}
</style>
border-color css
<style>
span { border-color: #1176AD; }
span { border-color: rgb(17,118,173); }
td.TdClassName
{
border-color: #1176AD;
}
.TagClassName
{
border-color: #1176AD;
}
</style>