Shades of Cerulean #1881AE
Tints of Cerulean #1881AE
RGB
CMYK
RGB Variations
Color information
#1881AE (or 0x1881AE) is known color: Cerulean. HEX triplet: 18, 81 and AE. RGB value is (24,129,174). Sum of RGB (Red+Green+Blue) = 24+129+174=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #1881AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1881AE is #E77E51. Grayscale: #666666. Windows color (decimal): -15171154 or 11436312. OLE color: 11436312.
HSL color Cylindrical-coordinate representation of color #1881AE: hue angle of 198º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1881AE is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 129 | 174 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.32 |
| HSL | 198º | 0.76% | 0.39% | - |
| HSV(B) | 198º | 0.86% | 0.68% | - |
| XYZ | 15.87 | 18.95 | 42.87 | - |
| YUV | 102.74 | 168.21 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 174 | 0.86 | 0.26 | 0 | 0.32 | 198 | 0.76 | 0.39 |
| Hex | 18 | 81 | AE | 56 | 1A | 0 | 20 | C6 | 4C | 27 |
| Octal | 30 | 201 | 256 | 126 | 32 | 0 | 40 | 306 | 114 | 47 |
| Binary | 11000 | 10000001 | 10101110 | 1010110 | 11010 | 0 | 100000 | 11000110 | 1001100 | 100111 |
Color Harmonies of #1881AE
Complementary color
Monochromatic Colors of #1881AE
Black with #1881AE
Text Example
Text Example
White with #1881AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881AE; }
p { color: rgb(24,129,174); }
H1.HeaderClassName
{
color: #1881AE;
}
.AnyTagClassName
{
color: #1881AE;
}
</style>
background-color css
<style>
a { background-color: #1881AE; }
a { background-color: rgb(24,129,174); }
div.DivClassName
{
background-color: #1881AE;
}
.BgClassName
{
background-color: #1881AE;
}
</style>
border-color css
<style>
span { border-color: #1881AE; }
span { border-color: rgb(24,129,174); }
td.TdClassName
{
border-color: #1881AE;
}
.TagClassName
{
border-color: #1881AE;
}
</style>