Shades of Eastern Blue #1682A1
Tints of Eastern Blue #1682A1
RGB
CMYK
RGB Variations
Color information
#1682A1 (or 0x1682A1) is known color: Eastern Blue. HEX triplet: 16, 82 and A1. RGB value is (22,130,161). Sum of RGB (Red+Green+Blue) = 22+130+161=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #1682A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1682A1 is #E97D5E. Grayscale: #656565. Windows color (decimal): -15301983 or 10584598. OLE color: 10584598.
HSL color Cylindrical-coordinate representation of color #1682A1: hue angle of 193.38º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1682A1 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 130 | 161 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.37 |
| HSL | 193.38º | 0.76% | 0.36% | - |
| HSV(B) | 193.38º | 0.86% | 0.63% | - |
| XYZ | 14.75 | 18.71 | 36.55 | - |
| YUV | 101.24 | 161.72 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 161 | 0.86 | 0.19 | 0 | 0.37 | 193.38 | 0.76 | 0.36 |
| Hex | 16 | 82 | A1 | 56 | 13 | 0 | 25 | C1 | 4C | 24 |
| Octal | 26 | 202 | 241 | 126 | 23 | 0 | 45 | 301 | 114 | 44 |
| Binary | 10110 | 10000010 | 10100001 | 1010110 | 10011 | 0 | 100101 | 11000001 | 1001100 | 100100 |
Color Harmonies of #1682A1
Complementary color
Monochromatic Colors of #1682A1
Black with #1682A1
Text Example
Text Example
White with #1682A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682A1; }
p { color: rgb(22,130,161); }
H1.HeaderClassName
{
color: #1682A1;
}
.AnyTagClassName
{
color: #1682A1;
}
</style>
background-color css
<style>
a { background-color: #1682A1; }
a { background-color: rgb(22,130,161); }
div.DivClassName
{
background-color: #1682A1;
}
.BgClassName
{
background-color: #1682A1;
}
</style>
border-color css
<style>
span { border-color: #1682A1; }
span { border-color: rgb(22,130,161); }
td.TdClassName
{
border-color: #1682A1;
}
.TagClassName
{
border-color: #1682A1;
}
</style>