Shades of Eastern Blue #0799A2
Tints of Eastern Blue #0799A2
RGB
CMYK
RGB Variations
Color information
#0799A2 (or 0x0799A2) is known color: Eastern Blue. HEX triplet: 07, 99 and A2. RGB value is (7,153,162). Sum of RGB (Red+Green+Blue) = 7+153+162=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #0799A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0799A2 is #F8665D. Grayscale: #6E6E6E. Windows color (decimal): -16279134 or 10656007. OLE color: 10656007.
HSL color Cylindrical-coordinate representation of color #0799A2: hue angle of 183.48º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0799A2 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 153 | 162 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.36 |
| HSL | 183.48º | 0.92% | 0.33% | - |
| HSV(B) | 183.48º | 0.96% | 0.64% | - |
| XYZ | 18 | 25.44 | 38.14 | - |
| YUV | 110.37 | 157.13 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 162 | 0.96 | 0.06 | 0 | 0.36 | 183.48 | 0.92 | 0.33 |
| Hex | 7 | 99 | A2 | 60 | 6 | 0 | 24 | B7 | 5C | 21 |
| Octal | 7 | 231 | 242 | 140 | 6 | 0 | 44 | 267 | 134 | 41 |
| Binary | 111 | 10011001 | 10100010 | 1100000 | 110 | 0 | 100100 | 10110111 | 1011100 | 100001 |
Color Harmonies of #0799A2
Complementary color
Monochromatic Colors of #0799A2
Black with #0799A2
Text Example
Text Example
White with #0799A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799A2; }
p { color: rgb(7,153,162); }
H1.HeaderClassName
{
color: #0799A2;
}
.AnyTagClassName
{
color: #0799A2;
}
</style>
background-color css
<style>
a { background-color: #0799A2; }
a { background-color: rgb(7,153,162); }
div.DivClassName
{
background-color: #0799A2;
}
.BgClassName
{
background-color: #0799A2;
}
</style>
border-color css
<style>
span { border-color: #0799A2; }
span { border-color: rgb(7,153,162); }
td.TdClassName
{
border-color: #0799A2;
}
.TagClassName
{
border-color: #0799A2;
}
</style>