Shades of Eastern Blue #1884A1
Tints of Eastern Blue #1884A1
RGB
CMYK
RGB Variations
Color information
#1884A1 (or 0x1884A1) is known color: Eastern Blue. HEX triplet: 18, 84 and A1. RGB value is (24,132,161). Sum of RGB (Red+Green+Blue) = 24+132+161=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #1884A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1884A1 is #E77B5E. Grayscale: #666666. Windows color (decimal): -15170399 or 10585112. OLE color: 10585112.
HSL color Cylindrical-coordinate representation of color #1884A1: hue angle of 192.7º 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 #1884A1 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 132 | 161 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.37 |
| HSL | 192.7º | 0.74% | 0.36% | - |
| HSV(B) | 192.7º | 0.85% | 0.63% | - |
| XYZ | 15.06 | 19.27 | 36.64 | - |
| YUV | 103.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 161 | 0.85 | 0.18 | 0 | 0.37 | 192.7 | 0.74 | 0.36 |
| Hex | 18 | 84 | A1 | 55 | 12 | 0 | 25 | C1 | 4A | 24 |
| Octal | 30 | 204 | 241 | 125 | 22 | 0 | 45 | 301 | 112 | 44 |
| Binary | 11000 | 10000100 | 10100001 | 1010101 | 10010 | 0 | 100101 | 11000001 | 1001010 | 100100 |
Color Harmonies of #1884A1
Complementary color
Monochromatic Colors of #1884A1
Black with #1884A1
Text Example
Text Example
White with #1884A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1884A1; }
p { color: rgb(24,132,161); }
H1.HeaderClassName
{
color: #1884A1;
}
.AnyTagClassName
{
color: #1884A1;
}
</style>
background-color css
<style>
a { background-color: #1884A1; }
a { background-color: rgb(24,132,161); }
div.DivClassName
{
background-color: #1884A1;
}
.BgClassName
{
background-color: #1884A1;
}
</style>
border-color css
<style>
span { border-color: #1884A1; }
span { border-color: rgb(24,132,161); }
td.TdClassName
{
border-color: #1884A1;
}
.TagClassName
{
border-color: #1884A1;
}
</style>