Shades of Eastern Blue #07939C
Tints of Eastern Blue #07939C
RGB
CMYK
RGB Variations
Color information
#07939C (or 0x07939C) is known color: Eastern Blue. HEX triplet: 07, 93 and 9C. RGB value is (7,147,156). Sum of RGB (Red+Green+Blue) = 7+147+156=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #07939C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07939C is #F86C63. Grayscale: #696969. Windows color (decimal): -16280676 or 10261255. OLE color: 10261255.
HSL color Cylindrical-coordinate representation of color #07939C: hue angle of 183.62º 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 #07939C is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 147 | 156 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.39 |
| HSL | 183.62º | 0.91% | 0.32% | - |
| HSV(B) | 183.62º | 0.96% | 0.61% | - |
| XYZ | 16.52 | 23.31 | 35.08 | - |
| YUV | 106.17 | 156.12 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 156 | 0.96 | 0.06 | 0 | 0.39 | 183.62 | 0.91 | 0.32 |
| Hex | 7 | 93 | 9C | 60 | 6 | 0 | 27 | B8 | 5B | 20 |
| Octal | 7 | 223 | 234 | 140 | 6 | 0 | 47 | 270 | 133 | 40 |
| Binary | 111 | 10010011 | 10011100 | 1100000 | 110 | 0 | 100111 | 10111000 | 1011011 | 100000 |
Color Harmonies of #07939C
Complementary color
Monochromatic Colors of #07939C
Black with #07939C
Text Example
Text Example
White with #07939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07939C; }
p { color: rgb(7,147,156); }
H1.HeaderClassName
{
color: #07939C;
}
.AnyTagClassName
{
color: #07939C;
}
</style>
background-color css
<style>
a { background-color: #07939C; }
a { background-color: rgb(7,147,156); }
div.DivClassName
{
background-color: #07939C;
}
.BgClassName
{
background-color: #07939C;
}
</style>
border-color css
<style>
span { border-color: #07939C; }
span { border-color: rgb(7,147,156); }
td.TdClassName
{
border-color: #07939C;
}
.TagClassName
{
border-color: #07939C;
}
</style>