Shades of Cerulean #1681BA
Tints of Cerulean #1681BA
RGB
CMYK
RGB Variations
Color information
#1681BA (or 0x1681BA) is known color: Cerulean. HEX triplet: 16, 81 and BA. RGB value is (22,129,186). Sum of RGB (Red+Green+Blue) = 22+129+186=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #1681BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1681BA is #E97E45. Grayscale: #676767. Windows color (decimal): -15302214 or 12222742. OLE color: 12222742.
HSL color Cylindrical-coordinate representation of color #1681BA: hue angle of 200.85º 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 #1681BA is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 129 | 186 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.27 |
| HSL | 200.85º | 0.79% | 0.41% | - |
| HSV(B) | 200.85º | 0.88% | 0.73% | - |
| XYZ | 17.04 | 19.42 | 49.3 | - |
| YUV | 103.51 | 174.55 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 186 | 0.88 | 0.31 | 0 | 0.27 | 200.85 | 0.79 | 0.41 |
| Hex | 16 | 81 | BA | 58 | 1F | 0 | 1B | C9 | 4F | 29 |
| Octal | 26 | 201 | 272 | 130 | 37 | 0 | 33 | 311 | 117 | 51 |
| Binary | 10110 | 10000001 | 10111010 | 1011000 | 11111 | 0 | 11011 | 11001001 | 1001111 | 101001 |
Color Harmonies of #1681BA
Complementary color
Monochromatic Colors of #1681BA
Black with #1681BA
Text Example
Text Example
White with #1681BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1681BA; }
p { color: rgb(22,129,186); }
H1.HeaderClassName
{
color: #1681BA;
}
.AnyTagClassName
{
color: #1681BA;
}
</style>
background-color css
<style>
a { background-color: #1681BA; }
a { background-color: rgb(22,129,186); }
div.DivClassName
{
background-color: #1681BA;
}
.BgClassName
{
background-color: #1681BA;
}
</style>
border-color css
<style>
span { border-color: #1681BA; }
span { border-color: rgb(22,129,186); }
td.TdClassName
{
border-color: #1681BA;
}
.TagClassName
{
border-color: #1681BA;
}
</style>