Shades of Eastern Blue #1086A3
Tints of Eastern Blue #1086A3
RGB
CMYK
RGB Variations
Color information
#1086A3 (or 0x1086A3) is known color: Eastern Blue. HEX triplet: 10, 86 and A3. RGB value is (16,134,163). Sum of RGB (Red+Green+Blue) = 16+134+163=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 163 (64.06% from 255 or 52.08% from 313); Max value from RGB is 163 - color contains mainly: blue. Hex color #1086A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1086A3 is #EF795C. Grayscale: #656565. Windows color (decimal): -15694173 or 10716688. OLE color: 10716688.
HSL color Cylindrical-coordinate representation of color #1086A3: hue angle of 191.84º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1086A3 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 134 | 163 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.36 |
| HSL | 191.84º | 0.82% | 0.35% | - |
| HSV(B) | 191.84º | 0.9% | 0.64% | - |
| XYZ | 15.35 | 19.8 | 37.66 | - |
| YUV | 102.02 | 162.41 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 163 | 0.90 | 0.18 | 0 | 0.36 | 191.84 | 0.82 | 0.35 |
| Hex | 10 | 86 | A3 | 5A | 12 | 0 | 24 | C0 | 52 | 23 |
| Octal | 20 | 206 | 243 | 132 | 22 | 0 | 44 | 300 | 122 | 43 |
| Binary | 10000 | 10000110 | 10100011 | 1011010 | 10010 | 0 | 100100 | 11000000 | 1010010 | 100011 |
Color Harmonies of #1086A3
Complementary color
Monochromatic Colors of #1086A3
Black with #1086A3
Text Example
Text Example
White with #1086A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1086A3; }
p { color: rgb(16,134,163); }
H1.HeaderClassName
{
color: #1086A3;
}
.AnyTagClassName
{
color: #1086A3;
}
</style>
background-color css
<style>
a { background-color: #1086A3; }
a { background-color: rgb(16,134,163); }
div.DivClassName
{
background-color: #1086A3;
}
.BgClassName
{
background-color: #1086A3;
}
</style>
border-color css
<style>
span { border-color: #1086A3; }
span { border-color: rgb(16,134,163); }
td.TdClassName
{
border-color: #1086A3;
}
.TagClassName
{
border-color: #1086A3;
}
</style>