Shades of Cerulean #1178AD
Tints of Cerulean #1178AD
RGB
CMYK
RGB Variations
Color information
#1178AD (or 0x1178AD) is known color: Cerulean. HEX triplet: 11, 78 and AD. RGB value is (17,120,173). Sum of RGB (Red+Green+Blue) = 17+120+173=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #1178AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1178AD is #EE8752. Grayscale: #5E5E5E. Windows color (decimal): -15632211 or 11368465. OLE color: 11368465.
HSL color Cylindrical-coordinate representation of color #1178AD: hue angle of 200.38º 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 #1178AD is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 120 | 173 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.32 |
| HSL | 200.38º | 0.82% | 0.37% | - |
| HSV(B) | 200.38º | 0.9% | 0.68% | - |
| XYZ | 14.49 | 16.57 | 41.97 | - |
| YUV | 95.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 173 | 0.90 | 0.31 | 0 | 0.32 | 200.38 | 0.82 | 0.37 |
| Hex | 11 | 78 | AD | 5A | 1F | 0 | 20 | C8 | 52 | 25 |
| Octal | 21 | 170 | 255 | 132 | 37 | 0 | 40 | 310 | 122 | 45 |
| Binary | 10001 | 1111000 | 10101101 | 1011010 | 11111 | 0 | 100000 | 11001000 | 1010010 | 100101 |
Color Harmonies of #1178AD
Complementary color
Monochromatic Colors of #1178AD
Black with #1178AD
Text Example
Text Example
White with #1178AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1178AD; }
p { color: rgb(17,120,173); }
H1.HeaderClassName
{
color: #1178AD;
}
.AnyTagClassName
{
color: #1178AD;
}
</style>
background-color css
<style>
a { background-color: #1178AD; }
a { background-color: rgb(17,120,173); }
div.DivClassName
{
background-color: #1178AD;
}
.BgClassName
{
background-color: #1178AD;
}
</style>
border-color css
<style>
span { border-color: #1178AD; }
span { border-color: rgb(17,120,173); }
td.TdClassName
{
border-color: #1178AD;
}
.TagClassName
{
border-color: #1178AD;
}
</style>