Shades of Eastern Blue #007B9A
Tints of Eastern Blue #007B9A
RGB
CMYK
RGB Variations
Color information
#007B9A (or 0x007B9A) is known color: Eastern Blue. HEX triplet: 00, 7B and 9A. RGB value is (0,123,154). Sum of RGB (Red+Green+Blue) = 0+123+154=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #007B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007B9A is #FF8465. Grayscale: #595959. Windows color (decimal): -16745574 or 10124032. OLE color: 10124032.
HSL color Cylindrical-coordinate representation of color #007B9A: hue angle of 192.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B9A is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 123 | 154 | - |
| CMYK | 1 | 0.20 | 0 | 0.40 |
| HSL | 192.08º | 1% | 0.3% | - |
| HSV(B) | 192.08º | 1% | 0.6% | - |
| XYZ | 12.92 | 16.5 | 33.08 | - |
| YUV | 89.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 154 | 1 | 0.20 | 0 | 0.40 | 192.08 | 1 | 0.3 |
| Hex | 0 | 7B | 9A | 64 | 14 | 0 | 28 | C0 | 64 | 1E |
| Octal | 0 | 173 | 232 | 144 | 24 | 0 | 50 | 300 | 144 | 36 |
| Binary | 0 | 1111011 | 10011010 | 1100100 | 10100 | 0 | 101000 | 11000000 | 1100100 | 11110 |
Color Harmonies of #007B9A
Complementary color
Monochromatic Colors of #007B9A
Black with #007B9A
Text Example
Text Example
White with #007B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B9A; }
p { color: rgb(0,123,154); }
H1.HeaderClassName
{
color: #007B9A;
}
.AnyTagClassName
{
color: #007B9A;
}
</style>
background-color css
<style>
a { background-color: #007B9A; }
a { background-color: rgb(0,123,154); }
div.DivClassName
{
background-color: #007B9A;
}
.BgClassName
{
background-color: #007B9A;
}
</style>
border-color css
<style>
span { border-color: #007B9A; }
span { border-color: rgb(0,123,154); }
td.TdClassName
{
border-color: #007B9A;
}
.TagClassName
{
border-color: #007B9A;
}
</style>