Shades of Eastern Blue #07819D
Tints of Eastern Blue #07819D
RGB
CMYK
RGB Variations
Color information
#07819D (or 0x07819D) is known color: Eastern Blue. HEX triplet: 07, 81 and 9D. RGB value is (7,129,157). Sum of RGB (Red+Green+Blue) = 7+129+157=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #07819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07819D is #F87E62. Grayscale: #5F5F5F. Windows color (decimal): -16285283 or 10322183. OLE color: 10322183.
HSL color Cylindrical-coordinate representation of color #07819D: hue angle of 191.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07819D is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 129 | 157 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.38 |
| HSL | 191.2º | 0.91% | 0.32% | - |
| HSV(B) | 191.2º | 0.96% | 0.62% | - |
| XYZ | 14.02 | 18.18 | 34.67 | - |
| YUV | 95.71 | 162.58 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 157 | 0.96 | 0.18 | 0 | 0.38 | 191.2 | 0.91 | 0.32 |
| Hex | 7 | 81 | 9D | 60 | 12 | 0 | 26 | BF | 5B | 20 |
| Octal | 7 | 201 | 235 | 140 | 22 | 0 | 46 | 277 | 133 | 40 |
| Binary | 111 | 10000001 | 10011101 | 1100000 | 10010 | 0 | 100110 | 10111111 | 1011011 | 100000 |
Color Harmonies of #07819D
Complementary color
Monochromatic Colors of #07819D
Black with #07819D
Text Example
Text Example
White with #07819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07819D; }
p { color: rgb(7,129,157); }
H1.HeaderClassName
{
color: #07819D;
}
.AnyTagClassName
{
color: #07819D;
}
</style>
background-color css
<style>
a { background-color: #07819D; }
a { background-color: rgb(7,129,157); }
div.DivClassName
{
background-color: #07819D;
}
.BgClassName
{
background-color: #07819D;
}
</style>
border-color css
<style>
span { border-color: #07819D; }
span { border-color: rgb(7,129,157); }
td.TdClassName
{
border-color: #07819D;
}
.TagClassName
{
border-color: #07819D;
}
</style>