Shades of Eastern Blue #007B91
Tints of Eastern Blue #007B91
RGB
CMYK
RGB Variations
Color information
#007B91 (or 0x007B91) is known color: Eastern Blue. HEX triplet: 00, 7B and 91. RGB value is (0,123,145). Sum of RGB (Red+Green+Blue) = 0+123+145=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #007B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007B91 is #FF846E. Grayscale: #585858. Windows color (decimal): -16745583 or 9534208. OLE color: 9534208.
HSL color Cylindrical-coordinate representation of color #007B91: hue angle of 189.1º 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 #007B91 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 123 | 145 | - |
| CMYK | 1 | 0.15 | 0 | 0.43 |
| HSL | 189.1º | 1% | 0.28% | - |
| HSV(B) | 189.1º | 1% | 0.57% | - |
| XYZ | 12.19 | 16.21 | 29.27 | - |
| YUV | 88.73 | 159.75 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 145 | 1 | 0.15 | 0 | 0.43 | 189.1 | 1 | 0.28 |
| Hex | 0 | 7B | 91 | 64 | F | 0 | 2B | BD | 64 | 1C |
| Octal | 0 | 173 | 221 | 144 | 17 | 0 | 53 | 275 | 144 | 34 |
| Binary | 0 | 1111011 | 10010001 | 1100100 | 1111 | 0 | 101011 | 10111101 | 1100100 | 11100 |
Color Harmonies of #007B91
Complementary color
Monochromatic Colors of #007B91
Black with #007B91
Text Example
Text Example
White with #007B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B91; }
p { color: rgb(0,123,145); }
H1.HeaderClassName
{
color: #007B91;
}
.AnyTagClassName
{
color: #007B91;
}
</style>
background-color css
<style>
a { background-color: #007B91; }
a { background-color: rgb(0,123,145); }
div.DivClassName
{
background-color: #007B91;
}
.BgClassName
{
background-color: #007B91;
}
</style>
border-color css
<style>
span { border-color: #007B91; }
span { border-color: rgb(0,123,145); }
td.TdClassName
{
border-color: #007B91;
}
.TagClassName
{
border-color: #007B91;
}
</style>