Shades of Cerulean #1172AD
Tints of Cerulean #1172AD
RGB
CMYK
RGB Variations
Color information
#1172AD (or 0x1172AD) is known color: Cerulean. HEX triplet: 11, 72 and AD. RGB value is (17,114,173). Sum of RGB (Red+Green+Blue) = 17+114+173=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #1172AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1172AD is #EE8D52. Grayscale: #5B5B5B. Windows color (decimal): -15633747 or 11366929. OLE color: 11366929.
HSL color Cylindrical-coordinate representation of color #1172AD: hue angle of 202.69º 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 #1172AD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 114 | 173 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.32 |
| HSL | 202.69º | 0.82% | 0.37% | - |
| HSV(B) | 202.69º | 0.9% | 0.68% | - |
| XYZ | 13.79 | 15.17 | 41.74 | - |
| YUV | 91.72 | 173.86 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 173 | 0.90 | 0.34 | 0 | 0.32 | 202.69 | 0.82 | 0.37 |
| Hex | 11 | 72 | AD | 5A | 22 | 0 | 20 | CB | 52 | 25 |
| Octal | 21 | 162 | 255 | 132 | 42 | 0 | 40 | 313 | 122 | 45 |
| Binary | 10001 | 1110010 | 10101101 | 1011010 | 100010 | 0 | 100000 | 11001011 | 1010010 | 100101 |
Color Harmonies of #1172AD
Complementary color
Monochromatic Colors of #1172AD
Black with #1172AD
Text Example
Text Example
White with #1172AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1172AD; }
p { color: rgb(17,114,173); }
H1.HeaderClassName
{
color: #1172AD;
}
.AnyTagClassName
{
color: #1172AD;
}
</style>
background-color css
<style>
a { background-color: #1172AD; }
a { background-color: rgb(17,114,173); }
div.DivClassName
{
background-color: #1172AD;
}
.BgClassName
{
background-color: #1172AD;
}
</style>
border-color css
<style>
span { border-color: #1172AD; }
span { border-color: rgb(17,114,173); }
td.TdClassName
{
border-color: #1172AD;
}
.TagClassName
{
border-color: #1172AD;
}
</style>