Shades of Cerulean #1685AB
Tints of Cerulean #1685AB
RGB
CMYK
RGB Variations
Color information
#1685AB (or 0x1685AB) is known color: Cerulean. HEX triplet: 16, 85 and AB. RGB value is (22,133,171). Sum of RGB (Red+Green+Blue) = 22+133+171=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #1685AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1685AB is #E97A54. Grayscale: #676767. Windows color (decimal): -15301205 or 11240726. OLE color: 11240726.
HSL color Cylindrical-coordinate representation of color #1685AB: hue angle of 195.3º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1685AB is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 133 | 171 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.33 |
| HSL | 195.3º | 0.77% | 0.38% | - |
| HSV(B) | 195.3º | 0.87% | 0.67% | - |
| XYZ | 16.07 | 19.89 | 41.52 | - |
| YUV | 104.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 171 | 0.87 | 0.22 | 0 | 0.33 | 195.3 | 0.77 | 0.38 |
| Hex | 16 | 85 | AB | 57 | 16 | 0 | 21 | C3 | 4D | 26 |
| Octal | 26 | 205 | 253 | 127 | 26 | 0 | 41 | 303 | 115 | 46 |
| Binary | 10110 | 10000101 | 10101011 | 1010111 | 10110 | 0 | 100001 | 11000011 | 1001101 | 100110 |
Color Harmonies of #1685AB
Complementary color
Monochromatic Colors of #1685AB
Black with #1685AB
Text Example
Text Example
White with #1685AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685AB; }
p { color: rgb(22,133,171); }
H1.HeaderClassName
{
color: #1685AB;
}
.AnyTagClassName
{
color: #1685AB;
}
</style>
background-color css
<style>
a { background-color: #1685AB; }
a { background-color: rgb(22,133,171); }
div.DivClassName
{
background-color: #1685AB;
}
.BgClassName
{
background-color: #1685AB;
}
</style>
border-color css
<style>
span { border-color: #1685AB; }
span { border-color: rgb(22,133,171); }
td.TdClassName
{
border-color: #1685AB;
}
.TagClassName
{
border-color: #1685AB;
}
</style>