Shades of Eastern Blue #07819C
Tints of Eastern Blue #07819C
RGB
CMYK
RGB Variations
Color information
#07819C (or 0x07819C) is known color: Eastern Blue. HEX triplet: 07, 81 and 9C. RGB value is (7,129,156). Sum of RGB (Red+Green+Blue) = 7+129+156=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #07819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07819C is #F87E63. Grayscale: #5F5F5F. Windows color (decimal): -16285284 or 10256647. OLE color: 10256647.
HSL color Cylindrical-coordinate representation of color #07819C: hue angle of 190.87º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07819C is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 129 | 156 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.39 |
| HSL | 190.87º | 0.91% | 0.32% | - |
| HSV(B) | 190.87º | 0.96% | 0.61% | - |
| XYZ | 13.94 | 18.15 | 34.22 | - |
| YUV | 95.6 | 162.08 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 156 | 0.96 | 0.17 | 0 | 0.39 | 190.87 | 0.91 | 0.32 |
| Hex | 7 | 81 | 9C | 60 | 11 | 0 | 27 | BF | 5B | 20 |
| Octal | 7 | 201 | 234 | 140 | 21 | 0 | 47 | 277 | 133 | 40 |
| Binary | 111 | 10000001 | 10011100 | 1100000 | 10001 | 0 | 100111 | 10111111 | 1011011 | 100000 |
Color Harmonies of #07819C
Complementary color
Monochromatic Colors of #07819C
Black with #07819C
Text Example
Text Example
White with #07819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07819C; }
p { color: rgb(7,129,156); }
H1.HeaderClassName
{
color: #07819C;
}
.AnyTagClassName
{
color: #07819C;
}
</style>
background-color css
<style>
a { background-color: #07819C; }
a { background-color: rgb(7,129,156); }
div.DivClassName
{
background-color: #07819C;
}
.BgClassName
{
background-color: #07819C;
}
</style>
border-color css
<style>
span { border-color: #07819C; }
span { border-color: rgb(7,129,156); }
td.TdClassName
{
border-color: #07819C;
}
.TagClassName
{
border-color: #07819C;
}
</style>