Shades of Cerulean #1882AC
Tints of Cerulean #1882AC
RGB
CMYK
RGB Variations
Color information
#1882AC (or 0x1882AC) is known color: Cerulean. HEX triplet: 18, 82 and AC. RGB value is (24,130,172). Sum of RGB (Red+Green+Blue) = 24+130+172=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #1882AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1882AC is #E77D53. Grayscale: #666666. Windows color (decimal): -15170900 or 11305496. OLE color: 11305496.
HSL color Cylindrical-coordinate representation of color #1882AC: hue angle of 197.03º 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 #1882AC is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 130 | 172 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.33 |
| HSL | 197.03º | 0.76% | 0.38% | - |
| HSV(B) | 197.03º | 0.86% | 0.67% | - |
| XYZ | 15.81 | 19.14 | 41.89 | - |
| YUV | 103.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 172 | 0.86 | 0.24 | 0 | 0.33 | 197.03 | 0.76 | 0.38 |
| Hex | 18 | 82 | AC | 56 | 18 | 0 | 21 | C5 | 4C | 26 |
| Octal | 30 | 202 | 254 | 126 | 30 | 0 | 41 | 305 | 114 | 46 |
| Binary | 11000 | 10000010 | 10101100 | 1010110 | 11000 | 0 | 100001 | 11000101 | 1001100 | 100110 |
Color Harmonies of #1882AC
Complementary color
Monochromatic Colors of #1882AC
Black with #1882AC
Text Example
Text Example
White with #1882AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882AC; }
p { color: rgb(24,130,172); }
H1.HeaderClassName
{
color: #1882AC;
}
.AnyTagClassName
{
color: #1882AC;
}
</style>
background-color css
<style>
a { background-color: #1882AC; }
a { background-color: rgb(24,130,172); }
div.DivClassName
{
background-color: #1882AC;
}
.BgClassName
{
background-color: #1882AC;
}
</style>
border-color css
<style>
span { border-color: #1882AC; }
span { border-color: rgb(24,130,172); }
td.TdClassName
{
border-color: #1882AC;
}
.TagClassName
{
border-color: #1882AC;
}
</style>