Shades of Cerulean #1682BA
Tints of Cerulean #1682BA
RGB
CMYK
RGB Variations
Color information
#1682BA (or 0x1682BA) is known color: Cerulean. HEX triplet: 16, 82 and BA. RGB value is (22,130,186). Sum of RGB (Red+Green+Blue) = 22+130+186=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #1682BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1682BA is #E97D45. Grayscale: #676767. Windows color (decimal): -15301958 or 12222998. OLE color: 12222998.
HSL color Cylindrical-coordinate representation of color #1682BA: hue angle of 200.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1682BA is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 130 | 186 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.27 |
| HSL | 200.49º | 0.79% | 0.41% | - |
| HSV(B) | 200.49º | 0.88% | 0.73% | - |
| XYZ | 17.18 | 19.68 | 49.35 | - |
| YUV | 104.09 | 174.22 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 186 | 0.88 | 0.30 | 0 | 0.27 | 200.49 | 0.79 | 0.41 |
| Hex | 16 | 82 | BA | 58 | 1E | 0 | 1B | C8 | 4F | 29 |
| Octal | 26 | 202 | 272 | 130 | 36 | 0 | 33 | 310 | 117 | 51 |
| Binary | 10110 | 10000010 | 10111010 | 1011000 | 11110 | 0 | 11011 | 11001000 | 1001111 | 101001 |
Color Harmonies of #1682BA
Complementary color
Monochromatic Colors of #1682BA
Black with #1682BA
Text Example
Text Example
White with #1682BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682BA; }
p { color: rgb(22,130,186); }
H1.HeaderClassName
{
color: #1682BA;
}
.AnyTagClassName
{
color: #1682BA;
}
</style>
background-color css
<style>
a { background-color: #1682BA; }
a { background-color: rgb(22,130,186); }
div.DivClassName
{
background-color: #1682BA;
}
.BgClassName
{
background-color: #1682BA;
}
</style>
border-color css
<style>
span { border-color: #1682BA; }
span { border-color: rgb(22,130,186); }
td.TdClassName
{
border-color: #1682BA;
}
.TagClassName
{
border-color: #1682BA;
}
</style>