Shades of Eastern Blue #007F94
Tints of Eastern Blue #007F94
RGB
CMYK
RGB Variations
Color information
#007F94 (or 0x007F94) is known color: Eastern Blue. HEX triplet: 00, 7F and 94. RGB value is (0,127,148). Sum of RGB (Red+Green+Blue) = 0+127+148=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #007F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F94 is #FF806B. Grayscale: #5B5B5B. Windows color (decimal): -16744556 or 9731840. OLE color: 9731840.
HSL color Cylindrical-coordinate representation of color #007F94: hue angle of 188.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F94 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 127 | 148 | - |
| CMYK | 1 | 0.14 | 0 | 0.42 |
| HSL | 188.51º | 1% | 0.29% | - |
| HSV(B) | 188.51º | 1% | 0.58% | - |
| XYZ | 12.93 | 17.32 | 30.68 | - |
| YUV | 91.42 | 159.92 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 148 | 1 | 0.14 | 0 | 0.42 | 188.51 | 1 | 0.29 |
| Hex | 0 | 7F | 94 | 64 | E | 0 | 2A | BD | 64 | 1D |
| Octal | 0 | 177 | 224 | 144 | 16 | 0 | 52 | 275 | 144 | 35 |
| Binary | 0 | 1111111 | 10010100 | 1100100 | 1110 | 0 | 101010 | 10111101 | 1100100 | 11101 |
Color Harmonies of #007F94
Complementary color
Monochromatic Colors of #007F94
Black with #007F94
Text Example
Text Example
White with #007F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F94; }
p { color: rgb(0,127,148); }
H1.HeaderClassName
{
color: #007F94;
}
.AnyTagClassName
{
color: #007F94;
}
</style>
background-color css
<style>
a { background-color: #007F94; }
a { background-color: rgb(0,127,148); }
div.DivClassName
{
background-color: #007F94;
}
.BgClassName
{
background-color: #007F94;
}
</style>
border-color css
<style>
span { border-color: #007F94; }
span { border-color: rgb(0,127,148); }
td.TdClassName
{
border-color: #007F94;
}
.TagClassName
{
border-color: #007F94;
}
</style>