Shades of Cerulean #1880A1
Tints of Cerulean #1880A1
RGB
CMYK
RGB Variations
Color information
#1880A1 (or 0x1880A1) is known color: Cerulean. HEX triplet: 18, 80 and A1. RGB value is (24,128,161). Sum of RGB (Red+Green+Blue) = 24+128+161=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #1880A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1880A1 is #E77F5E. Grayscale: #646464. Windows color (decimal): -15171423 or 10584088. OLE color: 10584088.
HSL color Cylindrical-coordinate representation of color #1880A1: hue angle of 194.45º 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 #1880A1 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 128 | 161 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.37 |
| HSL | 194.45º | 0.74% | 0.36% | - |
| HSV(B) | 194.45º | 0.85% | 0.63% | - |
| XYZ | 14.53 | 18.21 | 36.47 | - |
| YUV | 100.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 161 | 0.85 | 0.20 | 0 | 0.37 | 194.45 | 0.74 | 0.36 |
| Hex | 18 | 80 | A1 | 55 | 14 | 0 | 25 | C2 | 4A | 24 |
| Octal | 30 | 200 | 241 | 125 | 24 | 0 | 45 | 302 | 112 | 44 |
| Binary | 11000 | 10000000 | 10100001 | 1010101 | 10100 | 0 | 100101 | 11000010 | 1001010 | 100100 |
Color Harmonies of #1880A1
Complementary color
Monochromatic Colors of #1880A1
Black with #1880A1
Text Example
Text Example
White with #1880A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880A1; }
p { color: rgb(24,128,161); }
H1.HeaderClassName
{
color: #1880A1;
}
.AnyTagClassName
{
color: #1880A1;
}
</style>
background-color css
<style>
a { background-color: #1880A1; }
a { background-color: rgb(24,128,161); }
div.DivClassName
{
background-color: #1880A1;
}
.BgClassName
{
background-color: #1880A1;
}
</style>
border-color css
<style>
span { border-color: #1880A1; }
span { border-color: rgb(24,128,161); }
td.TdClassName
{
border-color: #1880A1;
}
.TagClassName
{
border-color: #1880A1;
}
</style>