Shades of Cerulean #1880AA
Tints of Cerulean #1880AA
RGB
CMYK
RGB Variations
Color information
#1880AA (or 0x1880AA) is known color: Cerulean. HEX triplet: 18, 80 and AA. RGB value is (24,128,170). Sum of RGB (Red+Green+Blue) = 24+128+170=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #1880AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1880AA is #E77F55. Grayscale: #656565. Windows color (decimal): -15171414 or 11173912. OLE color: 11173912.
HSL color Cylindrical-coordinate representation of color #1880AA: hue angle of 197.26º 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 #1880AA is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 128 | 170 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.33 |
| HSL | 197.26º | 0.75% | 0.38% | - |
| HSV(B) | 197.26º | 0.86% | 0.67% | - |
| XYZ | 15.35 | 18.53 | 40.8 | - |
| YUV | 101.69 | 166.54 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 170 | 0.86 | 0.25 | 0 | 0.33 | 197.26 | 0.75 | 0.38 |
| Hex | 18 | 80 | AA | 56 | 19 | 0 | 21 | C5 | 4B | 26 |
| Octal | 30 | 200 | 252 | 126 | 31 | 0 | 41 | 305 | 113 | 46 |
| Binary | 11000 | 10000000 | 10101010 | 1010110 | 11001 | 0 | 100001 | 11000101 | 1001011 | 100110 |
Color Harmonies of #1880AA
Complementary color
Monochromatic Colors of #1880AA
Black with #1880AA
Text Example
Text Example
White with #1880AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880AA; }
p { color: rgb(24,128,170); }
H1.HeaderClassName
{
color: #1880AA;
}
.AnyTagClassName
{
color: #1880AA;
}
</style>
background-color css
<style>
a { background-color: #1880AA; }
a { background-color: rgb(24,128,170); }
div.DivClassName
{
background-color: #1880AA;
}
.BgClassName
{
background-color: #1880AA;
}
</style>
border-color css
<style>
span { border-color: #1880AA; }
span { border-color: rgb(24,128,170); }
td.TdClassName
{
border-color: #1880AA;
}
.TagClassName
{
border-color: #1880AA;
}
</style>