Shades of Cerulean #1880AC
Tints of Cerulean #1880AC
RGB
CMYK
RGB Variations
Color information
#1880AC (or 0x1880AC) is known color: Cerulean. HEX triplet: 18, 80 and AC. RGB value is (24,128,172). Sum of RGB (Red+Green+Blue) = 24+128+172=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #1880AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1880AC is #E77F53. Grayscale: #656565. Windows color (decimal): -15171412 or 11304984. OLE color: 11304984.
HSL color Cylindrical-coordinate representation of color #1880AC: hue angle of 197.84º degrees, saturation: 0.76, 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 #1880AC is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 128 | 172 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.33 |
| HSL | 197.84º | 0.76% | 0.38% | - |
| HSV(B) | 197.84º | 0.86% | 0.67% | - |
| XYZ | 15.54 | 18.61 | 41.8 | - |
| YUV | 101.92 | 167.54 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 172 | 0.86 | 0.26 | 0 | 0.33 | 197.84 | 0.76 | 0.38 |
| Hex | 18 | 80 | AC | 56 | 1A | 0 | 21 | C6 | 4C | 26 |
| Octal | 30 | 200 | 254 | 126 | 32 | 0 | 41 | 306 | 114 | 46 |
| Binary | 11000 | 10000000 | 10101100 | 1010110 | 11010 | 0 | 100001 | 11000110 | 1001100 | 100110 |
Color Harmonies of #1880AC
Complementary color
Monochromatic Colors of #1880AC
Black with #1880AC
Text Example
Text Example
White with #1880AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880AC; }
p { color: rgb(24,128,172); }
H1.HeaderClassName
{
color: #1880AC;
}
.AnyTagClassName
{
color: #1880AC;
}
</style>
background-color css
<style>
a { background-color: #1880AC; }
a { background-color: rgb(24,128,172); }
div.DivClassName
{
background-color: #1880AC;
}
.BgClassName
{
background-color: #1880AC;
}
</style>
border-color css
<style>
span { border-color: #1880AC; }
span { border-color: rgb(24,128,172); }
td.TdClassName
{
border-color: #1880AC;
}
.TagClassName
{
border-color: #1880AC;
}
</style>