Shades of Eastern Blue #007E93
Tints of Eastern Blue #007E93
RGB
CMYK
RGB Variations
Color information
#007E93 (or 0x007E93) is known color: Eastern Blue. HEX triplet: 00, 7E and 93. RGB value is (0,126,147). Sum of RGB (Red+Green+Blue) = 0+126+147=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #007E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007E93 is #FF816C. Grayscale: #5A5A5A. Windows color (decimal): -16744813 or 9666048. OLE color: 9666048.
HSL color Cylindrical-coordinate representation of color #007E93: hue angle of 188.57º 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 #007E93 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 126 | 147 | - |
| CMYK | 1 | 0.14 | 0 | 0.42 |
| HSL | 188.57º | 1% | 0.29% | - |
| HSV(B) | 188.57º | 1% | 0.58% | - |
| XYZ | 12.73 | 17.03 | 30.22 | - |
| YUV | 90.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 147 | 1 | 0.14 | 0 | 0.42 | 188.57 | 1 | 0.29 |
| Hex | 0 | 7E | 93 | 64 | E | 0 | 2A | BD | 64 | 1D |
| Octal | 0 | 176 | 223 | 144 | 16 | 0 | 52 | 275 | 144 | 35 |
| Binary | 0 | 1111110 | 10010011 | 1100100 | 1110 | 0 | 101010 | 10111101 | 1100100 | 11101 |
Color Harmonies of #007E93
Complementary color
Monochromatic Colors of #007E93
Black with #007E93
Text Example
Text Example
White with #007E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E93; }
p { color: rgb(0,126,147); }
H1.HeaderClassName
{
color: #007E93;
}
.AnyTagClassName
{
color: #007E93;
}
</style>
background-color css
<style>
a { background-color: #007E93; }
a { background-color: rgb(0,126,147); }
div.DivClassName
{
background-color: #007E93;
}
.BgClassName
{
background-color: #007E93;
}
</style>
border-color css
<style>
span { border-color: #007E93; }
span { border-color: rgb(0,126,147); }
td.TdClassName
{
border-color: #007E93;
}
.TagClassName
{
border-color: #007E93;
}
</style>