Shades of Eastern Blue #007C92
Tints of Eastern Blue #007C92
RGB
CMYK
RGB Variations
Color information
#007C92 (or 0x007C92) is known color: Eastern Blue. HEX triplet: 00, 7C and 92. RGB value is (0,124,146). Sum of RGB (Red+Green+Blue) = 0+124+146=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #007C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C92 is #FF836D. Grayscale: #595959. Windows color (decimal): -16745326 or 9600000. OLE color: 9600000.
HSL color Cylindrical-coordinate representation of color #007C92: hue angle of 189.04º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C92 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 124 | 146 | - |
| CMYK | 1 | 0.15 | 0 | 0.43 |
| HSL | 189.04º | 1% | 0.29% | - |
| HSV(B) | 189.04º | 1% | 0.57% | - |
| XYZ | 12.4 | 16.49 | 29.72 | - |
| YUV | 89.43 | 159.92 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 146 | 1 | 0.15 | 0 | 0.43 | 189.04 | 1 | 0.29 |
| Hex | 0 | 7C | 92 | 64 | F | 0 | 2B | BD | 64 | 1D |
| Octal | 0 | 174 | 222 | 144 | 17 | 0 | 53 | 275 | 144 | 35 |
| Binary | 0 | 1111100 | 10010010 | 1100100 | 1111 | 0 | 101011 | 10111101 | 1100100 | 11101 |
Color Harmonies of #007C92
Complementary color
Monochromatic Colors of #007C92
Black with #007C92
Text Example
Text Example
White with #007C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C92; }
p { color: rgb(0,124,146); }
H1.HeaderClassName
{
color: #007C92;
}
.AnyTagClassName
{
color: #007C92;
}
</style>
background-color css
<style>
a { background-color: #007C92; }
a { background-color: rgb(0,124,146); }
div.DivClassName
{
background-color: #007C92;
}
.BgClassName
{
background-color: #007C92;
}
</style>
border-color css
<style>
span { border-color: #007C92; }
span { border-color: rgb(0,124,146); }
td.TdClassName
{
border-color: #007C92;
}
.TagClassName
{
border-color: #007C92;
}
</style>