Shades of Cerulean #1165A0
Tints of Cerulean #1165A0
RGB
CMYK
RGB Variations
Color information
#1165A0 (or 0x1165A0) is known color: Cerulean. HEX triplet: 11, 65 and A0. RGB value is (17,101,160). Sum of RGB (Red+Green+Blue) = 17+101+160=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #1165A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1165A0 is #EE9A5F. Grayscale: #525252. Windows color (decimal): -15637088 or 10511633. OLE color: 10511633.
HSL color Cylindrical-coordinate representation of color #1165A0: hue angle of 204.76º 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 #1165A0 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 101 | 160 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.37 |
| HSL | 204.76º | 0.81% | 0.35% | - |
| HSV(B) | 204.76º | 0.89% | 0.63% | - |
| XYZ | 11.23 | 11.96 | 34.98 | - |
| YUV | 82.61 | 171.67 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 160 | 0.89 | 0.37 | 0 | 0.37 | 204.76 | 0.81 | 0.35 |
| Hex | 11 | 65 | A0 | 59 | 25 | 0 | 25 | CD | 51 | 23 |
| Octal | 21 | 145 | 240 | 131 | 45 | 0 | 45 | 315 | 121 | 43 |
| Binary | 10001 | 1100101 | 10100000 | 1011001 | 100101 | 0 | 100101 | 11001101 | 1010001 | 100011 |
Color Harmonies of #1165A0
Complementary color
Monochromatic Colors of #1165A0
Black with #1165A0
Text Example
Text Example
White with #1165A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165A0; }
p { color: rgb(17,101,160); }
H1.HeaderClassName
{
color: #1165A0;
}
.AnyTagClassName
{
color: #1165A0;
}
</style>
background-color css
<style>
a { background-color: #1165A0; }
a { background-color: rgb(17,101,160); }
div.DivClassName
{
background-color: #1165A0;
}
.BgClassName
{
background-color: #1165A0;
}
</style>
border-color css
<style>
span { border-color: #1165A0; }
span { border-color: rgb(17,101,160); }
td.TdClassName
{
border-color: #1165A0;
}
.TagClassName
{
border-color: #1165A0;
}
</style>