Shades of Cerulean #1681BD
Tints of Cerulean #1681BD
RGB
CMYK
RGB Variations
Color information
#1681BD (or 0x1681BD) is known color: Cerulean. HEX triplet: 16, 81 and BD. RGB value is (22,129,189). Sum of RGB (Red+Green+Blue) = 22+129+189=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #1681BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1681BD is #E97E42. Grayscale: #676767. Windows color (decimal): -15302211 or 12419350. OLE color: 12419350.
HSL color Cylindrical-coordinate representation of color #1681BD: hue angle of 201.56º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1681BD is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 129 | 189 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.26 |
| HSL | 201.56º | 0.79% | 0.41% | - |
| HSV(B) | 201.56º | 0.88% | 0.74% | - |
| XYZ | 17.37 | 19.55 | 51 | - |
| YUV | 103.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 189 | 0.88 | 0.32 | 0 | 0.26 | 201.56 | 0.79 | 0.41 |
| Hex | 16 | 81 | BD | 58 | 20 | 0 | 1A | CA | 4F | 29 |
| Octal | 26 | 201 | 275 | 130 | 40 | 0 | 32 | 312 | 117 | 51 |
| Binary | 10110 | 10000001 | 10111101 | 1011000 | 100000 | 0 | 11010 | 11001010 | 1001111 | 101001 |
Color Harmonies of #1681BD
Complementary color
Monochromatic Colors of #1681BD
Black with #1681BD
Text Example
Text Example
White with #1681BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1681BD; }
p { color: rgb(22,129,189); }
H1.HeaderClassName
{
color: #1681BD;
}
.AnyTagClassName
{
color: #1681BD;
}
</style>
background-color css
<style>
a { background-color: #1681BD; }
a { background-color: rgb(22,129,189); }
div.DivClassName
{
background-color: #1681BD;
}
.BgClassName
{
background-color: #1681BD;
}
</style>
border-color css
<style>
span { border-color: #1681BD; }
span { border-color: rgb(22,129,189); }
td.TdClassName
{
border-color: #1681BD;
}
.TagClassName
{
border-color: #1681BD;
}
</style>