Shades of Eastern Blue #007C90
Tints of Eastern Blue #007C90
RGB
CMYK
RGB Variations
Color information
#007C90 (or 0x007C90) is known color: Eastern Blue. HEX triplet: 00, 7C and 90. RGB value is (0,124,144). Sum of RGB (Red+Green+Blue) = 0+124+144=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #007C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C90 is #FF836F. Grayscale: #595959. Windows color (decimal): -16745328 or 9468928. OLE color: 9468928.
HSL color Cylindrical-coordinate representation of color #007C90: hue angle of 188.33º 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 #007C90 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 124 | 144 | - |
| CMYK | 1 | 0.14 | 0 | 0.44 |
| HSL | 188.33º | 1% | 0.28% | - |
| HSV(B) | 188.33º | 1% | 0.56% | - |
| XYZ | 12.24 | 16.43 | 28.91 | - |
| YUV | 89.2 | 158.92 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 144 | 1 | 0.14 | 0 | 0.44 | 188.33 | 1 | 0.28 |
| Hex | 0 | 7C | 90 | 64 | E | 0 | 2C | BC | 64 | 1C |
| Octal | 0 | 174 | 220 | 144 | 16 | 0 | 54 | 274 | 144 | 34 |
| Binary | 0 | 1111100 | 10010000 | 1100100 | 1110 | 0 | 101100 | 10111100 | 1100100 | 11100 |
Color Harmonies of #007C90
Complementary color
Monochromatic Colors of #007C90
Black with #007C90
Text Example
Text Example
White with #007C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C90; }
p { color: rgb(0,124,144); }
H1.HeaderClassName
{
color: #007C90;
}
.AnyTagClassName
{
color: #007C90;
}
</style>
background-color css
<style>
a { background-color: #007C90; }
a { background-color: rgb(0,124,144); }
div.DivClassName
{
background-color: #007C90;
}
.BgClassName
{
background-color: #007C90;
}
</style>
border-color css
<style>
span { border-color: #007C90; }
span { border-color: rgb(0,124,144); }
td.TdClassName
{
border-color: #007C90;
}
.TagClassName
{
border-color: #007C90;
}
</style>