Shades of Cerulean #1680BD
Tints of Cerulean #1680BD
RGB
CMYK
RGB Variations
Color information
#1680BD (or 0x1680BD) is known color: Cerulean. HEX triplet: 16, 80 and BD. RGB value is (22,128,189). Sum of RGB (Red+Green+Blue) = 22+128+189=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #1680BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680BD is #E97F42. Grayscale: #666666. Windows color (decimal): -15302467 or 12419094. OLE color: 12419094.
HSL color Cylindrical-coordinate representation of color #1680BD: hue angle of 201.92º 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 #1680BD is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 128 | 189 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.26 |
| HSL | 201.92º | 0.79% | 0.41% | - |
| HSV(B) | 201.92º | 0.88% | 0.74% | - |
| XYZ | 17.24 | 19.28 | 50.96 | - |
| YUV | 103.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 189 | 0.88 | 0.32 | 0 | 0.26 | 201.92 | 0.79 | 0.41 |
| Hex | 16 | 80 | BD | 58 | 20 | 0 | 1A | CA | 4F | 29 |
| Octal | 26 | 200 | 275 | 130 | 40 | 0 | 32 | 312 | 117 | 51 |
| Binary | 10110 | 10000000 | 10111101 | 1011000 | 100000 | 0 | 11010 | 11001010 | 1001111 | 101001 |
Color Harmonies of #1680BD
Complementary color
Monochromatic Colors of #1680BD
Black with #1680BD
Text Example
Text Example
White with #1680BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680BD; }
p { color: rgb(22,128,189); }
H1.HeaderClassName
{
color: #1680BD;
}
.AnyTagClassName
{
color: #1680BD;
}
</style>
background-color css
<style>
a { background-color: #1680BD; }
a { background-color: rgb(22,128,189); }
div.DivClassName
{
background-color: #1680BD;
}
.BgClassName
{
background-color: #1680BD;
}
</style>
border-color css
<style>
span { border-color: #1680BD; }
span { border-color: rgb(22,128,189); }
td.TdClassName
{
border-color: #1680BD;
}
.TagClassName
{
border-color: #1680BD;
}
</style>