Shades of Cerulean #1880A0
Tints of Cerulean #1880A0
RGB
CMYK
RGB Variations
Color information
#1880A0 (or 0x1880A0) is known color: Cerulean. HEX triplet: 18, 80 and A0. RGB value is (24,128,160). Sum of RGB (Red+Green+Blue) = 24+128+160=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #1880A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1880A0 is #E77F5F. Grayscale: #646464. Windows color (decimal): -15171424 or 10518552. OLE color: 10518552.
HSL color Cylindrical-coordinate representation of color #1880A0: hue angle of 194.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1880A0 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 128 | 160 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.37 |
| HSL | 194.12º | 0.74% | 0.36% | - |
| HSV(B) | 194.12º | 0.85% | 0.63% | - |
| XYZ | 14.44 | 18.17 | 36 | - |
| YUV | 100.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 160 | 0.85 | 0.20 | 0 | 0.37 | 194.12 | 0.74 | 0.36 |
| Hex | 18 | 80 | A0 | 55 | 14 | 0 | 25 | C2 | 4A | 24 |
| Octal | 30 | 200 | 240 | 125 | 24 | 0 | 45 | 302 | 112 | 44 |
| Binary | 11000 | 10000000 | 10100000 | 1010101 | 10100 | 0 | 100101 | 11000010 | 1001010 | 100100 |
Color Harmonies of #1880A0
Complementary color
Monochromatic Colors of #1880A0
Black with #1880A0
Text Example
Text Example
White with #1880A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880A0; }
p { color: rgb(24,128,160); }
H1.HeaderClassName
{
color: #1880A0;
}
.AnyTagClassName
{
color: #1880A0;
}
</style>
background-color css
<style>
a { background-color: #1880A0; }
a { background-color: rgb(24,128,160); }
div.DivClassName
{
background-color: #1880A0;
}
.BgClassName
{
background-color: #1880A0;
}
</style>
border-color css
<style>
span { border-color: #1880A0; }
span { border-color: rgb(24,128,160); }
td.TdClassName
{
border-color: #1880A0;
}
.TagClassName
{
border-color: #1880A0;
}
</style>