Shades of Eastern Blue #0787AA
Tints of Eastern Blue #0787AA
RGB
CMYK
RGB Variations
Color information
#0787AA (or 0x0787AA) is known color: Eastern Blue. HEX triplet: 07, 87 and AA. RGB value is (7,135,170). Sum of RGB (Red+Green+Blue) = 7+135+170=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #0787AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0787AA is #F87855. Grayscale: #646464. Windows color (decimal): -16283734 or 11175687. OLE color: 11175687.
HSL color Cylindrical-coordinate representation of color #0787AA: hue angle of 192.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0787AA is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 135 | 170 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.33 |
| HSL | 192.88º | 0.92% | 0.35% | - |
| HSV(B) | 192.88º | 0.96% | 0.67% | - |
| XYZ | 16.01 | 20.28 | 41.1 | - |
| YUV | 100.72 | 167.09 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 170 | 0.96 | 0.21 | 0 | 0.33 | 192.88 | 0.92 | 0.35 |
| Hex | 7 | 87 | AA | 60 | 15 | 0 | 21 | C1 | 5C | 23 |
| Octal | 7 | 207 | 252 | 140 | 25 | 0 | 41 | 301 | 134 | 43 |
| Binary | 111 | 10000111 | 10101010 | 1100000 | 10101 | 0 | 100001 | 11000001 | 1011100 | 100011 |
Color Harmonies of #0787AA
Complementary color
Monochromatic Colors of #0787AA
Black with #0787AA
Text Example
Text Example
White with #0787AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0787AA; }
p { color: rgb(7,135,170); }
H1.HeaderClassName
{
color: #0787AA;
}
.AnyTagClassName
{
color: #0787AA;
}
</style>
background-color css
<style>
a { background-color: #0787AA; }
a { background-color: rgb(7,135,170); }
div.DivClassName
{
background-color: #0787AA;
}
.BgClassName
{
background-color: #0787AA;
}
</style>
border-color css
<style>
span { border-color: #0787AA; }
span { border-color: rgb(7,135,170); }
td.TdClassName
{
border-color: #0787AA;
}
.TagClassName
{
border-color: #0787AA;
}
</style>