Shades of Eastern Blue #0A7F9D
Tints of Eastern Blue #0A7F9D
RGB
CMYK
RGB Variations
Color information
#0A7F9D (or 0x0A7F9D) is known color: Eastern Blue. HEX triplet: 0A, 7F and 9D. RGB value is (10,127,157). Sum of RGB (Red+Green+Blue) = 10+127+157=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A7F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7F9D is #F58062. Grayscale: #5F5F5F. Windows color (decimal): -16089187 or 10321674. OLE color: 10321674.
HSL color Cylindrical-coordinate representation of color #0A7F9D: hue angle of 192.24º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A7F9D is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 127 | 157 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.38 |
| HSL | 192.24º | 0.88% | 0.33% | - |
| HSV(B) | 192.24º | 0.94% | 0.62% | - |
| XYZ | 13.8 | 17.68 | 34.58 | - |
| YUV | 95.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 127 | 157 | 0.94 | 0.19 | 0 | 0.38 | 192.24 | 0.88 | 0.33 |
| Hex | A | 7F | 9D | 5E | 13 | 0 | 26 | C0 | 58 | 21 |
| Octal | 12 | 177 | 235 | 136 | 23 | 0 | 46 | 300 | 130 | 41 |
| Binary | 1010 | 1111111 | 10011101 | 1011110 | 10011 | 0 | 100110 | 11000000 | 1011000 | 100001 |
Color Harmonies of #0A7F9D
Complementary color
Monochromatic Colors of #0A7F9D
Black with #0A7F9D
Text Example
Text Example
White with #0A7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7F9D; }
p { color: rgb(10,127,157); }
H1.HeaderClassName
{
color: #0A7F9D;
}
.AnyTagClassName
{
color: #0A7F9D;
}
</style>
background-color css
<style>
a { background-color: #0A7F9D; }
a { background-color: rgb(10,127,157); }
div.DivClassName
{
background-color: #0A7F9D;
}
.BgClassName
{
background-color: #0A7F9D;
}
</style>
border-color css
<style>
span { border-color: #0A7F9D; }
span { border-color: rgb(10,127,157); }
td.TdClassName
{
border-color: #0A7F9D;
}
.TagClassName
{
border-color: #0A7F9D;
}
</style>