Shades of Cerulean #1185AF
Tints of Cerulean #1185AF
RGB
CMYK
RGB Variations
Color information
#1185AF (or 0x1185AF) is known color: Cerulean. HEX triplet: 11, 85 and AF. RGB value is (17,133,175). Sum of RGB (Red+Green+Blue) = 17+133+175=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #1185AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1185AF is #EE7A50. Grayscale: #666666. Windows color (decimal): -15628881 or 11502865. OLE color: 11502865.
HSL color Cylindrical-coordinate representation of color #1185AF: hue angle of 195.95º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1185AF is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 133 | 175 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.31 |
| HSL | 195.95º | 0.82% | 0.38% | - |
| HSV(B) | 195.95º | 0.9% | 0.69% | - |
| XYZ | 16.36 | 19.99 | 43.55 | - |
| YUV | 103.1 | 168.57 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 175 | 0.90 | 0.24 | 0 | 0.31 | 195.95 | 0.82 | 0.38 |
| Hex | 11 | 85 | AF | 5A | 18 | 0 | 1F | C4 | 52 | 26 |
| Octal | 21 | 205 | 257 | 132 | 30 | 0 | 37 | 304 | 122 | 46 |
| Binary | 10001 | 10000101 | 10101111 | 1011010 | 11000 | 0 | 11111 | 11000100 | 1010010 | 100110 |
Color Harmonies of #1185AF
Complementary color
Monochromatic Colors of #1185AF
Black with #1185AF
Text Example
Text Example
White with #1185AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185AF; }
p { color: rgb(17,133,175); }
H1.HeaderClassName
{
color: #1185AF;
}
.AnyTagClassName
{
color: #1185AF;
}
</style>
background-color css
<style>
a { background-color: #1185AF; }
a { background-color: rgb(17,133,175); }
div.DivClassName
{
background-color: #1185AF;
}
.BgClassName
{
background-color: #1185AF;
}
</style>
border-color css
<style>
span { border-color: #1185AF; }
span { border-color: rgb(17,133,175); }
td.TdClassName
{
border-color: #1185AF;
}
.TagClassName
{
border-color: #1185AF;
}
</style>