Shades of Cerulean #1168A0
Tints of Cerulean #1168A0
RGB
CMYK
RGB Variations
Color information
#1168A0 (or 0x1168A0) is known color: Cerulean. HEX triplet: 11, 68 and A0. RGB value is (17,104,160). Sum of RGB (Red+Green+Blue) = 17+104+160=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #1168A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1168A0 is #EE975F. Grayscale: #545454. Windows color (decimal): -15636320 or 10512401. OLE color: 10512401.
HSL color Cylindrical-coordinate representation of color #1168A0: hue angle of 203.5º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1168A0 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 104 | 160 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.37 |
| HSL | 203.5º | 0.81% | 0.35% | - |
| HSV(B) | 203.5º | 0.89% | 0.63% | - |
| XYZ | 11.53 | 12.56 | 35.07 | - |
| YUV | 84.37 | 170.68 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 160 | 0.89 | 0.35 | 0 | 0.37 | 203.5 | 0.81 | 0.35 |
| Hex | 11 | 68 | A0 | 59 | 23 | 0 | 25 | CB | 51 | 23 |
| Octal | 21 | 150 | 240 | 131 | 43 | 0 | 45 | 313 | 121 | 43 |
| Binary | 10001 | 1101000 | 10100000 | 1011001 | 100011 | 0 | 100101 | 11001011 | 1010001 | 100011 |
Color Harmonies of #1168A0
Complementary color
Monochromatic Colors of #1168A0
Black with #1168A0
Text Example
Text Example
White with #1168A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168A0; }
p { color: rgb(17,104,160); }
H1.HeaderClassName
{
color: #1168A0;
}
.AnyTagClassName
{
color: #1168A0;
}
</style>
background-color css
<style>
a { background-color: #1168A0; }
a { background-color: rgb(17,104,160); }
div.DivClassName
{
background-color: #1168A0;
}
.BgClassName
{
background-color: #1168A0;
}
</style>
border-color css
<style>
span { border-color: #1168A0; }
span { border-color: rgb(17,104,160); }
td.TdClassName
{
border-color: #1168A0;
}
.TagClassName
{
border-color: #1168A0;
}
</style>