Shades of Eastern Blue #007590
Tints of Eastern Blue #007590
RGB
CMYK
RGB Variations
Color information
#007590 (or 0x007590) is known color: Eastern Blue. HEX triplet: 00, 75 and 90. RGB value is (0,117,144). Sum of RGB (Red+Green+Blue) = 0+117+144=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #007590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007590 is #FF8A6F. Grayscale: #545454. Windows color (decimal): -16747120 or 9467136. OLE color: 9467136.
HSL color Cylindrical-coordinate representation of color #007590: hue angle of 191.25º 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 #007590 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 117 | 144 | - |
| CMYK | 1 | 0.19 | 0 | 0.44 |
| HSL | 191.25º | 1% | 0.28% | - |
| HSV(B) | 191.25º | 1% | 0.56% | - |
| XYZ | 11.4 | 14.74 | 28.63 | - |
| YUV | 85.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 144 | 1 | 0.19 | 0 | 0.44 | 191.25 | 1 | 0.28 |
| Hex | 0 | 75 | 90 | 64 | 13 | 0 | 2C | BF | 64 | 1C |
| Octal | 0 | 165 | 220 | 144 | 23 | 0 | 54 | 277 | 144 | 34 |
| Binary | 0 | 1110101 | 10010000 | 1100100 | 10011 | 0 | 101100 | 10111111 | 1100100 | 11100 |
Color Harmonies of #007590
Complementary color
Monochromatic Colors of #007590
Black with #007590
Text Example
Text Example
White with #007590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007590; }
p { color: rgb(0,117,144); }
H1.HeaderClassName
{
color: #007590;
}
.AnyTagClassName
{
color: #007590;
}
</style>
background-color css
<style>
a { background-color: #007590; }
a { background-color: rgb(0,117,144); }
div.DivClassName
{
background-color: #007590;
}
.BgClassName
{
background-color: #007590;
}
</style>
border-color css
<style>
span { border-color: #007590; }
span { border-color: rgb(0,117,144); }
td.TdClassName
{
border-color: #007590;
}
.TagClassName
{
border-color: #007590;
}
</style>