Shades of Eastern Blue #007F9D
Tints of Eastern Blue #007F9D
RGB
CMYK
RGB Variations
Color information
#007F9D (or 0x007F9D) is known color: Eastern Blue. HEX triplet: 00, 7F and 9D. RGB value is (0,127,157). Sum of RGB (Red+Green+Blue) = 0+127+157=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #007F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F9D is #FF8062. Grayscale: #5C5C5C. Windows color (decimal): -16744547 or 10321664. OLE color: 10321664.
HSL color Cylindrical-coordinate representation of color #007F9D: hue angle of 191.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F9D is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 127 | 157 | - |
| CMYK | 1 | 0.19 | 0 | 0.38 |
| HSL | 191.47º | 1% | 0.31% | - |
| HSV(B) | 191.47º | 1% | 0.62% | - |
| XYZ | 13.68 | 17.61 | 34.58 | - |
| YUV | 92.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 157 | 1 | 0.19 | 0 | 0.38 | 191.47 | 1 | 0.31 |
| Hex | 0 | 7F | 9D | 64 | 13 | 0 | 26 | BF | 64 | 1F |
| Octal | 0 | 177 | 235 | 144 | 23 | 0 | 46 | 277 | 144 | 37 |
| Binary | 0 | 1111111 | 10011101 | 1100100 | 10011 | 0 | 100110 | 10111111 | 1100100 | 11111 |
Color Harmonies of #007F9D
Complementary color
Monochromatic Colors of #007F9D
Black with #007F9D
Text Example
Text Example
White with #007F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F9D; }
p { color: rgb(0,127,157); }
H1.HeaderClassName
{
color: #007F9D;
}
.AnyTagClassName
{
color: #007F9D;
}
</style>
background-color css
<style>
a { background-color: #007F9D; }
a { background-color: rgb(0,127,157); }
div.DivClassName
{
background-color: #007F9D;
}
.BgClassName
{
background-color: #007F9D;
}
</style>
border-color css
<style>
span { border-color: #007F9D; }
span { border-color: rgb(0,127,157); }
td.TdClassName
{
border-color: #007F9D;
}
.TagClassName
{
border-color: #007F9D;
}
</style>