Shades of Eastern Blue #007D91
Tints of Eastern Blue #007D91
RGB
CMYK
RGB Variations
Color information
#007D91 (or 0x007D91) is known color: Eastern Blue. HEX triplet: 00, 7D and 91. RGB value is (0,125,145). Sum of RGB (Red+Green+Blue) = 0+125+145=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #007D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D91 is #FF826E. Grayscale: #595959. Windows color (decimal): -16745071 or 9534720. OLE color: 9534720.
HSL color Cylindrical-coordinate representation of color #007D91: hue angle of 188.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D91 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 125 | 145 | - |
| CMYK | 1 | 0.14 | 0 | 0.43 |
| HSL | 188.28º | 1% | 0.28% | - |
| HSV(B) | 188.28º | 1% | 0.57% | - |
| XYZ | 12.44 | 16.71 | 29.36 | - |
| YUV | 89.91 | 159.09 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 145 | 1 | 0.14 | 0 | 0.43 | 188.28 | 1 | 0.28 |
| Hex | 0 | 7D | 91 | 64 | E | 0 | 2B | BC | 64 | 1C |
| Octal | 0 | 175 | 221 | 144 | 16 | 0 | 53 | 274 | 144 | 34 |
| Binary | 0 | 1111101 | 10010001 | 1100100 | 1110 | 0 | 101011 | 10111100 | 1100100 | 11100 |
Color Harmonies of #007D91
Complementary color
Monochromatic Colors of #007D91
Black with #007D91
Text Example
Text Example
White with #007D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D91; }
p { color: rgb(0,125,145); }
H1.HeaderClassName
{
color: #007D91;
}
.AnyTagClassName
{
color: #007D91;
}
</style>
background-color css
<style>
a { background-color: #007D91; }
a { background-color: rgb(0,125,145); }
div.DivClassName
{
background-color: #007D91;
}
.BgClassName
{
background-color: #007D91;
}
</style>
border-color css
<style>
span { border-color: #007D91; }
span { border-color: rgb(0,125,145); }
td.TdClassName
{
border-color: #007D91;
}
.TagClassName
{
border-color: #007D91;
}
</style>