Shades of Eastern Blue #1085A2
Tints of Eastern Blue #1085A2
RGB
CMYK
RGB Variations
Color information
#1085A2 (or 0x1085A2) is known color: Eastern Blue. HEX triplet: 10, 85 and A2. RGB value is (16,133,162). Sum of RGB (Red+Green+Blue) = 16+133+162=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #1085A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1085A2 is #EF7A5D. Grayscale: #656565. Windows color (decimal): -15694430 or 10650896. OLE color: 10650896.
HSL color Cylindrical-coordinate representation of color #1085A2: hue angle of 191.92º 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 #1085A2 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 133 | 162 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.36 |
| HSL | 191.92º | 0.82% | 0.35% | - |
| HSV(B) | 191.92º | 0.9% | 0.64% | - |
| XYZ | 15.12 | 19.49 | 37.15 | - |
| YUV | 101.32 | 162.24 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 162 | 0.90 | 0.18 | 0 | 0.36 | 191.92 | 0.82 | 0.35 |
| Hex | 10 | 85 | A2 | 5A | 12 | 0 | 24 | C0 | 52 | 23 |
| Octal | 20 | 205 | 242 | 132 | 22 | 0 | 44 | 300 | 122 | 43 |
| Binary | 10000 | 10000101 | 10100010 | 1011010 | 10010 | 0 | 100100 | 11000000 | 1010010 | 100011 |
Color Harmonies of #1085A2
Complementary color
Monochromatic Colors of #1085A2
Black with #1085A2
Text Example
Text Example
White with #1085A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1085A2; }
p { color: rgb(16,133,162); }
H1.HeaderClassName
{
color: #1085A2;
}
.AnyTagClassName
{
color: #1085A2;
}
</style>
background-color css
<style>
a { background-color: #1085A2; }
a { background-color: rgb(16,133,162); }
div.DivClassName
{
background-color: #1085A2;
}
.BgClassName
{
background-color: #1085A2;
}
</style>
border-color css
<style>
span { border-color: #1085A2; }
span { border-color: rgb(16,133,162); }
td.TdClassName
{
border-color: #1085A2;
}
.TagClassName
{
border-color: #1085A2;
}
</style>