Shades of Eastern Blue #0A7992
Tints of Eastern Blue #0A7992
RGB
CMYK
RGB Variations
Color information
#0A7992 (or 0x0A7992) is known color: Eastern Blue. HEX triplet: 0A, 79 and 92. RGB value is (10,121,146). Sum of RGB (Red+Green+Blue) = 10+121+146=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A7992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7992 is #F5866D. Grayscale: #5A5A5A. Windows color (decimal): -16090734 or 9599242. OLE color: 9599242.
HSL color Cylindrical-coordinate representation of color #0A7992: hue angle of 191.03º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7992 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 121 | 146 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.43 |
| HSL | 191.03º | 0.87% | 0.31% | - |
| HSV(B) | 191.03º | 0.93% | 0.57% | - |
| XYZ | 12.15 | 15.81 | 29.61 | - |
| YUV | 90.66 | 159.23 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 146 | 0.93 | 0.17 | 0 | 0.43 | 191.03 | 0.87 | 0.31 |
| Hex | A | 79 | 92 | 5D | 11 | 0 | 2B | BF | 57 | 1F |
| Octal | 12 | 171 | 222 | 135 | 21 | 0 | 53 | 277 | 127 | 37 |
| Binary | 1010 | 1111001 | 10010010 | 1011101 | 10001 | 0 | 101011 | 10111111 | 1010111 | 11111 |
Color Harmonies of #0A7992
Complementary color
Monochromatic Colors of #0A7992
Black with #0A7992
Text Example
Text Example
White with #0A7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7992; }
p { color: rgb(10,121,146); }
H1.HeaderClassName
{
color: #0A7992;
}
.AnyTagClassName
{
color: #0A7992;
}
</style>
background-color css
<style>
a { background-color: #0A7992; }
a { background-color: rgb(10,121,146); }
div.DivClassName
{
background-color: #0A7992;
}
.BgClassName
{
background-color: #0A7992;
}
</style>
border-color css
<style>
span { border-color: #0A7992; }
span { border-color: rgb(10,121,146); }
td.TdClassName
{
border-color: #0A7992;
}
.TagClassName
{
border-color: #0A7992;
}
</style>