Shades of Eastern Blue #007F9A
Tints of Eastern Blue #007F9A
RGB
CMYK
RGB Variations
Color information
#007F9A (or 0x007F9A) is known color: Eastern Blue. HEX triplet: 00, 7F and 9A. RGB value is (0,127,154). Sum of RGB (Red+Green+Blue) = 0+127+154=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #007F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F9A is #FF8065. Grayscale: #5B5B5B. Windows color (decimal): -16744550 or 10125056. OLE color: 10125056.
HSL color Cylindrical-coordinate representation of color #007F9A: hue angle of 190.52º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F9A is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 127 | 154 | - |
| CMYK | 1 | 0.18 | 0 | 0.40 |
| HSL | 190.52º | 1% | 0.3% | - |
| HSV(B) | 190.52º | 1% | 0.6% | - |
| XYZ | 13.42 | 17.51 | 33.24 | - |
| YUV | 92.11 | 162.92 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 154 | 1 | 0.18 | 0 | 0.40 | 190.52 | 1 | 0.3 |
| Hex | 0 | 7F | 9A | 64 | 12 | 0 | 28 | BF | 64 | 1E |
| Octal | 0 | 177 | 232 | 144 | 22 | 0 | 50 | 277 | 144 | 36 |
| Binary | 0 | 1111111 | 10011010 | 1100100 | 10010 | 0 | 101000 | 10111111 | 1100100 | 11110 |
Color Harmonies of #007F9A
Complementary color
Monochromatic Colors of #007F9A
Black with #007F9A
Text Example
Text Example
White with #007F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F9A; }
p { color: rgb(0,127,154); }
H1.HeaderClassName
{
color: #007F9A;
}
.AnyTagClassName
{
color: #007F9A;
}
</style>
background-color css
<style>
a { background-color: #007F9A; }
a { background-color: rgb(0,127,154); }
div.DivClassName
{
background-color: #007F9A;
}
.BgClassName
{
background-color: #007F9A;
}
</style>
border-color css
<style>
span { border-color: #007F9A; }
span { border-color: rgb(0,127,154); }
td.TdClassName
{
border-color: #007F9A;
}
.TagClassName
{
border-color: #007F9A;
}
</style>