Shades of Cerulean #1881A1
Tints of Cerulean #1881A1
RGB
CMYK
RGB Variations
Color information
#1881A1 (or 0x1881A1) is known color: Cerulean. HEX triplet: 18, 81 and A1. RGB value is (24,129,161). Sum of RGB (Red+Green+Blue) = 24+129+161=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #1881A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1881A1 is #E77E5E. Grayscale: #656565. Windows color (decimal): -15171167 or 10584344. OLE color: 10584344.
HSL color Cylindrical-coordinate representation of color #1881A1: hue angle of 194.01º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1881A1 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 129 | 161 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.37 |
| HSL | 194.01º | 0.74% | 0.36% | - |
| HSV(B) | 194.01º | 0.85% | 0.63% | - |
| XYZ | 14.66 | 18.47 | 36.51 | - |
| YUV | 101.25 | 161.71 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 161 | 0.85 | 0.20 | 0 | 0.37 | 194.01 | 0.74 | 0.36 |
| Hex | 18 | 81 | A1 | 55 | 14 | 0 | 25 | C2 | 4A | 24 |
| Octal | 30 | 201 | 241 | 125 | 24 | 0 | 45 | 302 | 112 | 44 |
| Binary | 11000 | 10000001 | 10100001 | 1010101 | 10100 | 0 | 100101 | 11000010 | 1001010 | 100100 |
Color Harmonies of #1881A1
Complementary color
Monochromatic Colors of #1881A1
Black with #1881A1
Text Example
Text Example
White with #1881A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881A1; }
p { color: rgb(24,129,161); }
H1.HeaderClassName
{
color: #1881A1;
}
.AnyTagClassName
{
color: #1881A1;
}
</style>
background-color css
<style>
a { background-color: #1881A1; }
a { background-color: rgb(24,129,161); }
div.DivClassName
{
background-color: #1881A1;
}
.BgClassName
{
background-color: #1881A1;
}
</style>
border-color css
<style>
span { border-color: #1881A1; }
span { border-color: rgb(24,129,161); }
td.TdClassName
{
border-color: #1881A1;
}
.TagClassName
{
border-color: #1881A1;
}
</style>