Shades of Cerulean #1884AA
Tints of Cerulean #1884AA
RGB
CMYK
RGB Variations
Color information
#1884AA (or 0x1884AA) is known color: Cerulean. HEX triplet: 18, 84 and AA. RGB value is (24,132,170). Sum of RGB (Red+Green+Blue) = 24+132+170=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #1884AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1884AA is #E77B55. Grayscale: #676767. Windows color (decimal): -15170390 or 11174936. OLE color: 11174936.
HSL color Cylindrical-coordinate representation of color #1884AA: hue angle of 195.62º 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 #1884AA is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 132 | 170 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.33 |
| HSL | 195.62º | 0.75% | 0.38% | - |
| HSV(B) | 195.62º | 0.86% | 0.67% | - |
| XYZ | 15.88 | 19.6 | 40.98 | - |
| YUV | 104.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 170 | 0.86 | 0.22 | 0 | 0.33 | 195.62 | 0.75 | 0.38 |
| Hex | 18 | 84 | AA | 56 | 16 | 0 | 21 | C4 | 4B | 26 |
| Octal | 30 | 204 | 252 | 126 | 26 | 0 | 41 | 304 | 113 | 46 |
| Binary | 11000 | 10000100 | 10101010 | 1010110 | 10110 | 0 | 100001 | 11000100 | 1001011 | 100110 |
Color Harmonies of #1884AA
Complementary color
Monochromatic Colors of #1884AA
Black with #1884AA
Text Example
Text Example
White with #1884AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1884AA; }
p { color: rgb(24,132,170); }
H1.HeaderClassName
{
color: #1884AA;
}
.AnyTagClassName
{
color: #1884AA;
}
</style>
background-color css
<style>
a { background-color: #1884AA; }
a { background-color: rgb(24,132,170); }
div.DivClassName
{
background-color: #1884AA;
}
.BgClassName
{
background-color: #1884AA;
}
</style>
border-color css
<style>
span { border-color: #1884AA; }
span { border-color: rgb(24,132,170); }
td.TdClassName
{
border-color: #1884AA;
}
.TagClassName
{
border-color: #1884AA;
}
</style>