Shades of Cerulean #1178AB
Tints of Cerulean #1178AB
RGB
CMYK
RGB Variations
Color information
#1178AB (or 0x1178AB) is known color: Cerulean. HEX triplet: 11, 78 and AB. RGB value is (17,120,171). Sum of RGB (Red+Green+Blue) = 17+120+171=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #1178AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1178AB is #EE8754. Grayscale: #5E5E5E. Windows color (decimal): -15632213 or 11237393. OLE color: 11237393.
HSL color Cylindrical-coordinate representation of color #1178AB: hue angle of 199.87º 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 #1178AB is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 120 | 171 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.33 |
| HSL | 199.87º | 0.82% | 0.37% | - |
| HSV(B) | 199.87º | 0.9% | 0.67% | - |
| XYZ | 14.3 | 16.49 | 40.96 | - |
| YUV | 95.02 | 170.88 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 171 | 0.90 | 0.30 | 0 | 0.33 | 199.87 | 0.82 | 0.37 |
| Hex | 11 | 78 | AB | 5A | 1E | 0 | 21 | C8 | 52 | 25 |
| Octal | 21 | 170 | 253 | 132 | 36 | 0 | 41 | 310 | 122 | 45 |
| Binary | 10001 | 1111000 | 10101011 | 1011010 | 11110 | 0 | 100001 | 11001000 | 1010010 | 100101 |
Color Harmonies of #1178AB
Complementary color
Monochromatic Colors of #1178AB
Black with #1178AB
Text Example
Text Example
White with #1178AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1178AB; }
p { color: rgb(17,120,171); }
H1.HeaderClassName
{
color: #1178AB;
}
.AnyTagClassName
{
color: #1178AB;
}
</style>
background-color css
<style>
a { background-color: #1178AB; }
a { background-color: rgb(17,120,171); }
div.DivClassName
{
background-color: #1178AB;
}
.BgClassName
{
background-color: #1178AB;
}
</style>
border-color css
<style>
span { border-color: #1178AB; }
span { border-color: rgb(17,120,171); }
td.TdClassName
{
border-color: #1178AB;
}
.TagClassName
{
border-color: #1178AB;
}
</style>