Shades of Eastern Blue #0187AA
Tints of Eastern Blue #0187AA
RGB
CMYK
RGB Variations
Color information
#0187AA (or 0x0187AA) is known color: Eastern Blue. HEX triplet: 01, 87 and AA. RGB value is (1,135,170). Sum of RGB (Red+Green+Blue) = 1+135+170=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #0187AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0187AA is #FE7855. Grayscale: #626262. Windows color (decimal): -16676950 or 11175681. OLE color: 11175681.
HSL color Cylindrical-coordinate representation of color #0187AA: hue angle of 192.43º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0187AA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 135 | 170 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.33 |
| HSL | 192.43º | 0.99% | 0.34% | - |
| HSV(B) | 192.43º | 0.99% | 0.67% | - |
| XYZ | 15.93 | 20.24 | 41.1 | - |
| YUV | 98.92 | 168.11 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 170 | 0.99 | 0.21 | 0 | 0.33 | 192.43 | 0.99 | 0.34 |
| Hex | 1 | 87 | AA | 63 | 15 | 0 | 21 | C0 | 63 | 22 |
| Octal | 1 | 207 | 252 | 143 | 25 | 0 | 41 | 300 | 143 | 42 |
| Binary | 1 | 10000111 | 10101010 | 1100011 | 10101 | 0 | 100001 | 11000000 | 1100011 | 100010 |
Color Harmonies of #0187AA
Complementary color
Monochromatic Colors of #0187AA
Black with #0187AA
Text Example
Text Example
White with #0187AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0187AA; }
p { color: rgb(1,135,170); }
H1.HeaderClassName
{
color: #0187AA;
}
.AnyTagClassName
{
color: #0187AA;
}
</style>
background-color css
<style>
a { background-color: #0187AA; }
a { background-color: rgb(1,135,170); }
div.DivClassName
{
background-color: #0187AA;
}
.BgClassName
{
background-color: #0187AA;
}
</style>
border-color css
<style>
span { border-color: #0187AA; }
span { border-color: rgb(1,135,170); }
td.TdClassName
{
border-color: #0187AA;
}
.TagClassName
{
border-color: #0187AA;
}
</style>