Shades of Eastern Blue #007591
Tints of Eastern Blue #007591
RGB
CMYK
RGB Variations
Color information
#007591 (or 0x007591) is known color: Eastern Blue. HEX triplet: 00, 75 and 91. RGB value is (0,117,145). Sum of RGB (Red+Green+Blue) = 0+117+145=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #007591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007591 is #FF8A6E. Grayscale: #545454. Windows color (decimal): -16747119 or 9532672. OLE color: 9532672.
HSL color Cylindrical-coordinate representation of color #007591: hue angle of 191.59º 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 #007591 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 117 | 145 | - |
| CMYK | 1 | 0.19 | 0 | 0.43 |
| HSL | 191.59º | 1% | 0.28% | - |
| HSV(B) | 191.59º | 1% | 0.57% | - |
| XYZ | 11.47 | 14.77 | 29.03 | - |
| YUV | 85.21 | 161.74 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 145 | 1 | 0.19 | 0 | 0.43 | 191.59 | 1 | 0.28 |
| Hex | 0 | 75 | 91 | 64 | 13 | 0 | 2B | C0 | 64 | 1C |
| Octal | 0 | 165 | 221 | 144 | 23 | 0 | 53 | 300 | 144 | 34 |
| Binary | 0 | 1110101 | 10010001 | 1100100 | 10011 | 0 | 101011 | 11000000 | 1100100 | 11100 |
Color Harmonies of #007591
Complementary color
Monochromatic Colors of #007591
Black with #007591
Text Example
Text Example
White with #007591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007591; }
p { color: rgb(0,117,145); }
H1.HeaderClassName
{
color: #007591;
}
.AnyTagClassName
{
color: #007591;
}
</style>
background-color css
<style>
a { background-color: #007591; }
a { background-color: rgb(0,117,145); }
div.DivClassName
{
background-color: #007591;
}
.BgClassName
{
background-color: #007591;
}
</style>
border-color css
<style>
span { border-color: #007591; }
span { border-color: rgb(0,117,145); }
td.TdClassName
{
border-color: #007591;
}
.TagClassName
{
border-color: #007591;
}
</style>