Shades of Cerulean #1880AB
Tints of Cerulean #1880AB
RGB
CMYK
RGB Variations
Color information
#1880AB (or 0x1880AB) is known color: Cerulean. HEX triplet: 18, 80 and AB. RGB value is (24,128,171). Sum of RGB (Red+Green+Blue) = 24+128+171=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #1880AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1880AB is #E77F54. Grayscale: #656565. Windows color (decimal): -15171413 or 11239448. OLE color: 11239448.
HSL color Cylindrical-coordinate representation of color #1880AB: hue angle of 197.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1880AB is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 128 | 171 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.33 |
| HSL | 197.55º | 0.75% | 0.38% | - |
| HSV(B) | 197.55º | 0.86% | 0.67% | - |
| XYZ | 15.45 | 18.57 | 41.3 | - |
| YUV | 101.81 | 167.04 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 171 | 0.86 | 0.25 | 0 | 0.33 | 197.55 | 0.75 | 0.38 |
| Hex | 18 | 80 | AB | 56 | 19 | 0 | 21 | C6 | 4B | 26 |
| Octal | 30 | 200 | 253 | 126 | 31 | 0 | 41 | 306 | 113 | 46 |
| Binary | 11000 | 10000000 | 10101011 | 1010110 | 11001 | 0 | 100001 | 11000110 | 1001011 | 100110 |
Color Harmonies of #1880AB
Complementary color
Monochromatic Colors of #1880AB
Black with #1880AB
Text Example
Text Example
White with #1880AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880AB; }
p { color: rgb(24,128,171); }
H1.HeaderClassName
{
color: #1880AB;
}
.AnyTagClassName
{
color: #1880AB;
}
</style>
background-color css
<style>
a { background-color: #1880AB; }
a { background-color: rgb(24,128,171); }
div.DivClassName
{
background-color: #1880AB;
}
.BgClassName
{
background-color: #1880AB;
}
</style>
border-color css
<style>
span { border-color: #1880AB; }
span { border-color: rgb(24,128,171); }
td.TdClassName
{
border-color: #1880AB;
}
.TagClassName
{
border-color: #1880AB;
}
</style>