Shades of Eastern Blue #07919D
Tints of Eastern Blue #07919D
RGB
CMYK
RGB Variations
Color information
#07919D (or 0x07919D) is known color: Eastern Blue. HEX triplet: 07, 91 and 9D. RGB value is (7,145,157). Sum of RGB (Red+Green+Blue) = 7+145+157=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #07919D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07919D is #F86E62. Grayscale: #686868. Windows color (decimal): -16281187 or 10326279. OLE color: 10326279.
HSL color Cylindrical-coordinate representation of color #07919D: hue angle of 184.8º 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 #07919D is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 145 | 157 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.38 |
| HSL | 184.8º | 0.91% | 0.32% | - |
| HSV(B) | 184.8º | 0.96% | 0.62% | - |
| XYZ | 16.3 | 22.73 | 35.43 | - |
| YUV | 105.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 145 | 157 | 0.96 | 0.08 | 0 | 0.38 | 184.8 | 0.91 | 0.32 |
| Hex | 7 | 91 | 9D | 60 | 8 | 0 | 26 | B9 | 5B | 20 |
| Octal | 7 | 221 | 235 | 140 | 10 | 0 | 46 | 271 | 133 | 40 |
| Binary | 111 | 10010001 | 10011101 | 1100000 | 1000 | 0 | 100110 | 10111001 | 1011011 | 100000 |
Color Harmonies of #07919D
Complementary color
Monochromatic Colors of #07919D
Black with #07919D
Text Example
Text Example
White with #07919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07919D; }
p { color: rgb(7,145,157); }
H1.HeaderClassName
{
color: #07919D;
}
.AnyTagClassName
{
color: #07919D;
}
</style>
background-color css
<style>
a { background-color: #07919D; }
a { background-color: rgb(7,145,157); }
div.DivClassName
{
background-color: #07919D;
}
.BgClassName
{
background-color: #07919D;
}
</style>
border-color css
<style>
span { border-color: #07919D; }
span { border-color: rgb(7,145,157); }
td.TdClassName
{
border-color: #07919D;
}
.TagClassName
{
border-color: #07919D;
}
</style>