Shades of Cerulean #1880BA
Tints of Cerulean #1880BA
RGB
CMYK
RGB Variations
Color information
#1880BA (or 0x1880BA) is known color: Cerulean. HEX triplet: 18, 80 and BA. RGB value is (24,128,186). Sum of RGB (Red+Green+Blue) = 24+128+186=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 128 (50.39% from 255 or 37.87% 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 #1880BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880BA is #E77F45. Grayscale: #676767. Windows color (decimal): -15171398 or 12222488. OLE color: 12222488.
HSL color Cylindrical-coordinate representation of color #1880BA: hue angle of 201.48º 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 #1880BA is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 128 | 186 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.27 |
| HSL | 201.48º | 0.77% | 0.41% | - |
| HSV(B) | 201.48º | 0.87% | 0.73% | - |
| XYZ | 16.96 | 19.18 | 49.26 | - |
| YUV | 103.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 186 | 0.87 | 0.31 | 0 | 0.27 | 201.48 | 0.77 | 0.41 |
| Hex | 18 | 80 | BA | 57 | 1F | 0 | 1B | C9 | 4D | 29 |
| Octal | 30 | 200 | 272 | 127 | 37 | 0 | 33 | 311 | 115 | 51 |
| Binary | 11000 | 10000000 | 10111010 | 1010111 | 11111 | 0 | 11011 | 11001001 | 1001101 | 101001 |
Color Harmonies of #1880BA
Complementary color
Monochromatic Colors of #1880BA
Black with #1880BA
Text Example
Text Example
White with #1880BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880BA; }
p { color: rgb(24,128,186); }
H1.HeaderClassName
{
color: #1880BA;
}
.AnyTagClassName
{
color: #1880BA;
}
</style>
background-color css
<style>
a { background-color: #1880BA; }
a { background-color: rgb(24,128,186); }
div.DivClassName
{
background-color: #1880BA;
}
.BgClassName
{
background-color: #1880BA;
}
</style>
border-color css
<style>
span { border-color: #1880BA; }
span { border-color: rgb(24,128,186); }
td.TdClassName
{
border-color: #1880BA;
}
.TagClassName
{
border-color: #1880BA;
}
</style>