Shades of Eastern Blue #007D90
Tints of Eastern Blue #007D90
RGB
CMYK
RGB Variations
Color information
#007D90 (or 0x007D90) is known color: Eastern Blue. HEX triplet: 00, 7D and 90. RGB value is (0,125,144). Sum of RGB (Red+Green+Blue) = 0+125+144=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #007D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D90 is #FF826F. Grayscale: #595959. Windows color (decimal): -16745072 or 9469184. OLE color: 9469184.
HSL color Cylindrical-coordinate representation of color #007D90: hue angle of 187.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D90 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 125 | 144 | - |
| CMYK | 1 | 0.13 | 0 | 0.44 |
| HSL | 187.92º | 1% | 0.28% | - |
| HSV(B) | 187.92º | 1% | 0.56% | - |
| XYZ | 12.37 | 16.68 | 28.95 | - |
| YUV | 89.79 | 158.59 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 144 | 1 | 0.13 | 0 | 0.44 | 187.92 | 1 | 0.28 |
| Hex | 0 | 7D | 90 | 64 | D | 0 | 2C | BC | 64 | 1C |
| Octal | 0 | 175 | 220 | 144 | 15 | 0 | 54 | 274 | 144 | 34 |
| Binary | 0 | 1111101 | 10010000 | 1100100 | 1101 | 0 | 101100 | 10111100 | 1100100 | 11100 |
Color Harmonies of #007D90
Complementary color
Monochromatic Colors of #007D90
Black with #007D90
Text Example
Text Example
White with #007D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D90; }
p { color: rgb(0,125,144); }
H1.HeaderClassName
{
color: #007D90;
}
.AnyTagClassName
{
color: #007D90;
}
</style>
background-color css
<style>
a { background-color: #007D90; }
a { background-color: rgb(0,125,144); }
div.DivClassName
{
background-color: #007D90;
}
.BgClassName
{
background-color: #007D90;
}
</style>
border-color css
<style>
span { border-color: #007D90; }
span { border-color: rgb(0,125,144); }
td.TdClassName
{
border-color: #007D90;
}
.TagClassName
{
border-color: #007D90;
}
</style>