Shades of Eastern Blue #0186A2
Tints of Eastern Blue #0186A2
RGB
CMYK
RGB Variations
Color information
#0186A2 (or 0x0186A2) is known color: Eastern Blue. HEX triplet: 01, 86 and A2. RGB value is (1,134,162). Sum of RGB (Red+Green+Blue) = 1+134+162=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #0186A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0186A2 is #FE795D. Grayscale: #616161. Windows color (decimal): -16677214 or 10651137. OLE color: 10651137.
HSL color Cylindrical-coordinate representation of color #0186A2: hue angle of 190.43º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0186A2 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 134 | 162 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.36 |
| HSL | 190.43º | 0.99% | 0.32% | - |
| HSV(B) | 190.43º | 0.99% | 0.64% | - |
| XYZ | 15.06 | 19.67 | 37.18 | - |
| YUV | 97.43 | 164.44 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 162 | 0.99 | 0.17 | 0 | 0.36 | 190.43 | 0.99 | 0.32 |
| Hex | 1 | 86 | A2 | 63 | 11 | 0 | 24 | BE | 63 | 20 |
| Octal | 1 | 206 | 242 | 143 | 21 | 0 | 44 | 276 | 143 | 40 |
| Binary | 1 | 10000110 | 10100010 | 1100011 | 10001 | 0 | 100100 | 10111110 | 1100011 | 100000 |
Color Harmonies of #0186A2
Complementary color
Monochromatic Colors of #0186A2
Black with #0186A2
Text Example
Text Example
White with #0186A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0186A2; }
p { color: rgb(1,134,162); }
H1.HeaderClassName
{
color: #0186A2;
}
.AnyTagClassName
{
color: #0186A2;
}
</style>
background-color css
<style>
a { background-color: #0186A2; }
a { background-color: rgb(1,134,162); }
div.DivClassName
{
background-color: #0186A2;
}
.BgClassName
{
background-color: #0186A2;
}
</style>
border-color css
<style>
span { border-color: #0186A2; }
span { border-color: rgb(1,134,162); }
td.TdClassName
{
border-color: #0186A2;
}
.TagClassName
{
border-color: #0186A2;
}
</style>