Shades of Cerulean #1172AB
Tints of Cerulean #1172AB
RGB
CMYK
RGB Variations
Color information
#1172AB (or 0x1172AB) is known color: Cerulean. HEX triplet: 11, 72 and AB. RGB value is (17,114,171). Sum of RGB (Red+Green+Blue) = 17+114+171=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #1172AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1172AB is #EE8D54. Grayscale: #5B5B5B. Windows color (decimal): -15633749 or 11235857. OLE color: 11235857.
HSL color Cylindrical-coordinate representation of color #1172AB: hue angle of 202.21º 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 #1172AB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 114 | 171 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.33 |
| HSL | 202.21º | 0.82% | 0.37% | - |
| HSV(B) | 202.21º | 0.9% | 0.67% | - |
| XYZ | 13.6 | 15.09 | 40.72 | - |
| YUV | 91.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 171 | 0.90 | 0.33 | 0 | 0.33 | 202.21 | 0.82 | 0.37 |
| Hex | 11 | 72 | AB | 5A | 21 | 0 | 21 | CA | 52 | 25 |
| Octal | 21 | 162 | 253 | 132 | 41 | 0 | 41 | 312 | 122 | 45 |
| Binary | 10001 | 1110010 | 10101011 | 1011010 | 100001 | 0 | 100001 | 11001010 | 1010010 | 100101 |
Color Harmonies of #1172AB
Complementary color
Monochromatic Colors of #1172AB
Black with #1172AB
Text Example
Text Example
White with #1172AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1172AB; }
p { color: rgb(17,114,171); }
H1.HeaderClassName
{
color: #1172AB;
}
.AnyTagClassName
{
color: #1172AB;
}
</style>
background-color css
<style>
a { background-color: #1172AB; }
a { background-color: rgb(17,114,171); }
div.DivClassName
{
background-color: #1172AB;
}
.BgClassName
{
background-color: #1172AB;
}
</style>
border-color css
<style>
span { border-color: #1172AB; }
span { border-color: rgb(17,114,171); }
td.TdClassName
{
border-color: #1172AB;
}
.TagClassName
{
border-color: #1172AB;
}
</style>