Shades of Cerulean #1685AA
Tints of Cerulean #1685AA
RGB
CMYK
RGB Variations
Color information
#1685AA (or 0x1685AA) is known color: Cerulean. HEX triplet: 16, 85 and AA. RGB value is (22,133,170). Sum of RGB (Red+Green+Blue) = 22+133+170=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #1685AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1685AA is #E97A55. Grayscale: #676767. Windows color (decimal): -15301206 or 11175190. OLE color: 11175190.
HSL color Cylindrical-coordinate representation of color #1685AA: hue angle of 195º 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 #1685AA is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 133 | 170 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.33 |
| HSL | 195º | 0.77% | 0.38% | - |
| HSV(B) | 195º | 0.87% | 0.67% | - |
| XYZ | 15.97 | 19.85 | 41.02 | - |
| YUV | 104.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 170 | 0.87 | 0.22 | 0 | 0.33 | 195 | 0.77 | 0.38 |
| Hex | 16 | 85 | AA | 57 | 16 | 0 | 21 | C3 | 4D | 26 |
| Octal | 26 | 205 | 252 | 127 | 26 | 0 | 41 | 303 | 115 | 46 |
| Binary | 10110 | 10000101 | 10101010 | 1010111 | 10110 | 0 | 100001 | 11000011 | 1001101 | 100110 |
Color Harmonies of #1685AA
Complementary color
Monochromatic Colors of #1685AA
Black with #1685AA
Text Example
Text Example
White with #1685AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685AA; }
p { color: rgb(22,133,170); }
H1.HeaderClassName
{
color: #1685AA;
}
.AnyTagClassName
{
color: #1685AA;
}
</style>
background-color css
<style>
a { background-color: #1685AA; }
a { background-color: rgb(22,133,170); }
div.DivClassName
{
background-color: #1685AA;
}
.BgClassName
{
background-color: #1685AA;
}
</style>
border-color css
<style>
span { border-color: #1685AA; }
span { border-color: rgb(22,133,170); }
td.TdClassName
{
border-color: #1685AA;
}
.TagClassName
{
border-color: #1685AA;
}
</style>