Shades of Cerulean #1880B9
Tints of Cerulean #1880B9
RGB
CMYK
RGB Variations
Color information
#1880B9 (or 0x1880B9) is known color: Cerulean. HEX triplet: 18, 80 and B9. RGB value is (24,128,185). Sum of RGB (Red+Green+Blue) = 24+128+185=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #1880B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880B9 is #E77F46. Grayscale: #676767. Windows color (decimal): -15171399 or 12156952. OLE color: 12156952.
HSL color Cylindrical-coordinate representation of color #1880B9: hue angle of 201.24º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1880B9 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 128 | 185 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.27 |
| HSL | 201.24º | 0.77% | 0.41% | - |
| HSV(B) | 201.24º | 0.87% | 0.73% | - |
| XYZ | 16.85 | 19.14 | 48.7 | - |
| YUV | 103.4 | 174.04 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 185 | 0.87 | 0.31 | 0 | 0.27 | 201.24 | 0.77 | 0.41 |
| Hex | 18 | 80 | B9 | 57 | 1F | 0 | 1B | C9 | 4D | 29 |
| Octal | 30 | 200 | 271 | 127 | 37 | 0 | 33 | 311 | 115 | 51 |
| Binary | 11000 | 10000000 | 10111001 | 1010111 | 11111 | 0 | 11011 | 11001001 | 1001101 | 101001 |
Color Harmonies of #1880B9
Complementary color
Monochromatic Colors of #1880B9
Black with #1880B9
Text Example
Text Example
White with #1880B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880B9; }
p { color: rgb(24,128,185); }
H1.HeaderClassName
{
color: #1880B9;
}
.AnyTagClassName
{
color: #1880B9;
}
</style>
background-color css
<style>
a { background-color: #1880B9; }
a { background-color: rgb(24,128,185); }
div.DivClassName
{
background-color: #1880B9;
}
.BgClassName
{
background-color: #1880B9;
}
</style>
border-color css
<style>
span { border-color: #1880B9; }
span { border-color: rgb(24,128,185); }
td.TdClassName
{
border-color: #1880B9;
}
.TagClassName
{
border-color: #1880B9;
}
</style>