Shades of Eastern Blue #007792
Tints of Eastern Blue #007792
RGB
CMYK
RGB Variations
Color information
#007792 (or 0x007792) is known color: Eastern Blue. HEX triplet: 00, 77 and 92. RGB value is (0,119,146). Sum of RGB (Red+Green+Blue) = 0+119+146=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #007792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007792 is #FF886D. Grayscale: #565656. Windows color (decimal): -16746606 or 9598720. OLE color: 9598720.
HSL color Cylindrical-coordinate representation of color #007792: hue angle of 191.1º 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 #007792 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 119 | 146 | - |
| CMYK | 1 | 0.18 | 0 | 0.43 |
| HSL | 191.1º | 1% | 0.29% | - |
| HSV(B) | 191.1º | 1% | 0.57% | - |
| XYZ | 11.79 | 15.27 | 29.52 | - |
| YUV | 86.5 | 161.58 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 146 | 1 | 0.18 | 0 | 0.43 | 191.1 | 1 | 0.29 |
| Hex | 0 | 77 | 92 | 64 | 12 | 0 | 2B | BF | 64 | 1D |
| Octal | 0 | 167 | 222 | 144 | 22 | 0 | 53 | 277 | 144 | 35 |
| Binary | 0 | 1110111 | 10010010 | 1100100 | 10010 | 0 | 101011 | 10111111 | 1100100 | 11101 |
Color Harmonies of #007792
Complementary color
Monochromatic Colors of #007792
Black with #007792
Text Example
Text Example
White with #007792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007792; }
p { color: rgb(0,119,146); }
H1.HeaderClassName
{
color: #007792;
}
.AnyTagClassName
{
color: #007792;
}
</style>
background-color css
<style>
a { background-color: #007792; }
a { background-color: rgb(0,119,146); }
div.DivClassName
{
background-color: #007792;
}
.BgClassName
{
background-color: #007792;
}
</style>
border-color css
<style>
span { border-color: #007792; }
span { border-color: rgb(0,119,146); }
td.TdClassName
{
border-color: #007792;
}
.TagClassName
{
border-color: #007792;
}
</style>