Shades of Eastern Blue #0A7995
Tints of Eastern Blue #0A7995
RGB
CMYK
RGB Variations
Color information
#0A7995 (or 0x0A7995) is known color: Eastern Blue. HEX triplet: 0A, 79 and 95. RGB value is (10,121,149). Sum of RGB (Red+Green+Blue) = 10+121+149=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A7995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7995 is #F5866A. Grayscale: #5A5A5A. Windows color (decimal): -16090731 or 9795850. OLE color: 9795850.
HSL color Cylindrical-coordinate representation of color #0A7995: hue angle of 192.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7995 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 121 | 149 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.42 |
| HSL | 192.09º | 0.87% | 0.31% | - |
| HSV(B) | 192.09º | 0.93% | 0.58% | - |
| XYZ | 12.39 | 15.91 | 30.85 | - |
| YUV | 91 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 149 | 0.93 | 0.19 | 0 | 0.42 | 192.09 | 0.87 | 0.31 |
| Hex | A | 79 | 95 | 5D | 13 | 0 | 2A | C0 | 57 | 1F |
| Octal | 12 | 171 | 225 | 135 | 23 | 0 | 52 | 300 | 127 | 37 |
| Binary | 1010 | 1111001 | 10010101 | 1011101 | 10011 | 0 | 101010 | 11000000 | 1010111 | 11111 |
Color Harmonies of #0A7995
Complementary color
Monochromatic Colors of #0A7995
Black with #0A7995
Text Example
Text Example
White with #0A7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7995; }
p { color: rgb(10,121,149); }
H1.HeaderClassName
{
color: #0A7995;
}
.AnyTagClassName
{
color: #0A7995;
}
</style>
background-color css
<style>
a { background-color: #0A7995; }
a { background-color: rgb(10,121,149); }
div.DivClassName
{
background-color: #0A7995;
}
.BgClassName
{
background-color: #0A7995;
}
</style>
border-color css
<style>
span { border-color: #0A7995; }
span { border-color: rgb(10,121,149); }
td.TdClassName
{
border-color: #0A7995;
}
.TagClassName
{
border-color: #0A7995;
}
</style>