Shades of Eastern Blue #1882A1
Tints of Eastern Blue #1882A1
RGB
CMYK
RGB Variations
Color information
#1882A1 (or 0x1882A1) is known color: Eastern Blue. HEX triplet: 18, 82 and A1. RGB value is (24,130,161). Sum of RGB (Red+Green+Blue) = 24+130+161=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #1882A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1882A1 is #E77D5E. Grayscale: #656565. Windows color (decimal): -15170911 or 10584600. OLE color: 10584600.
HSL color Cylindrical-coordinate representation of color #1882A1: hue angle of 193.58º 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 #1882A1 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 130 | 161 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.37 |
| HSL | 193.58º | 0.74% | 0.36% | - |
| HSV(B) | 193.58º | 0.85% | 0.63% | - |
| XYZ | 14.79 | 18.73 | 36.55 | - |
| YUV | 101.84 | 161.38 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 161 | 0.85 | 0.19 | 0 | 0.37 | 193.58 | 0.74 | 0.36 |
| Hex | 18 | 82 | A1 | 55 | 13 | 0 | 25 | C2 | 4A | 24 |
| Octal | 30 | 202 | 241 | 125 | 23 | 0 | 45 | 302 | 112 | 44 |
| Binary | 11000 | 10000010 | 10100001 | 1010101 | 10011 | 0 | 100101 | 11000010 | 1001010 | 100100 |
Color Harmonies of #1882A1
Complementary color
Monochromatic Colors of #1882A1
Black with #1882A1
Text Example
Text Example
White with #1882A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882A1; }
p { color: rgb(24,130,161); }
H1.HeaderClassName
{
color: #1882A1;
}
.AnyTagClassName
{
color: #1882A1;
}
</style>
background-color css
<style>
a { background-color: #1882A1; }
a { background-color: rgb(24,130,161); }
div.DivClassName
{
background-color: #1882A1;
}
.BgClassName
{
background-color: #1882A1;
}
</style>
border-color css
<style>
span { border-color: #1882A1; }
span { border-color: rgb(24,130,161); }
td.TdClassName
{
border-color: #1882A1;
}
.TagClassName
{
border-color: #1882A1;
}
</style>