Shades of Eastern Blue #1683A1
Tints of Eastern Blue #1683A1
RGB
CMYK
RGB Variations
Color information
#1683A1 (or 0x1683A1) is known color: Eastern Blue. HEX triplet: 16, 83 and A1. RGB value is (22,131,161). Sum of RGB (Red+Green+Blue) = 22+131+161=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 131 (51.56% from 255 or 41.72% 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 #1683A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1683A1 is #E97C5E. Grayscale: #656565. Windows color (decimal): -15301727 or 10584854. OLE color: 10584854.
HSL color Cylindrical-coordinate representation of color #1683A1: hue angle of 192.95º 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 #1683A1 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 131 | 161 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.37 |
| HSL | 192.95º | 0.76% | 0.36% | - |
| HSV(B) | 192.95º | 0.86% | 0.63% | - |
| XYZ | 14.88 | 18.98 | 36.6 | - |
| YUV | 101.83 | 161.39 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 161 | 0.86 | 0.19 | 0 | 0.37 | 192.95 | 0.76 | 0.36 |
| Hex | 16 | 83 | A1 | 56 | 13 | 0 | 25 | C1 | 4C | 24 |
| Octal | 26 | 203 | 241 | 126 | 23 | 0 | 45 | 301 | 114 | 44 |
| Binary | 10110 | 10000011 | 10100001 | 1010110 | 10011 | 0 | 100101 | 11000001 | 1001100 | 100100 |
Color Harmonies of #1683A1
Complementary color
Monochromatic Colors of #1683A1
Black with #1683A1
Text Example
Text Example
White with #1683A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683A1; }
p { color: rgb(22,131,161); }
H1.HeaderClassName
{
color: #1683A1;
}
.AnyTagClassName
{
color: #1683A1;
}
</style>
background-color css
<style>
a { background-color: #1683A1; }
a { background-color: rgb(22,131,161); }
div.DivClassName
{
background-color: #1683A1;
}
.BgClassName
{
background-color: #1683A1;
}
</style>
border-color css
<style>
span { border-color: #1683A1; }
span { border-color: rgb(22,131,161); }
td.TdClassName
{
border-color: #1683A1;
}
.TagClassName
{
border-color: #1683A1;
}
</style>