Shades of Eastern Blue #007D9C
Tints of Eastern Blue #007D9C
RGB
CMYK
RGB Variations
Color information
#007D9C (or 0x007D9C) is known color: Eastern Blue. HEX triplet: 00, 7D and 9C. RGB value is (0,125,156). Sum of RGB (Red+Green+Blue) = 0+125+156=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #007D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D9C is #FF8263. Grayscale: #5A5A5A. Windows color (decimal): -16745060 or 10255616. OLE color: 10255616.
HSL color Cylindrical-coordinate representation of color #007D9C: hue angle of 191.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D9C is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 125 | 156 | - |
| CMYK | 1 | 0.20 | 0 | 0.39 |
| HSL | 191.92º | 1% | 0.31% | - |
| HSV(B) | 191.92º | 1% | 0.61% | - |
| XYZ | 13.33 | 17.07 | 34.04 | - |
| YUV | 91.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 156 | 1 | 0.20 | 0 | 0.39 | 191.92 | 1 | 0.31 |
| Hex | 0 | 7D | 9C | 64 | 14 | 0 | 27 | C0 | 64 | 1F |
| Octal | 0 | 175 | 234 | 144 | 24 | 0 | 47 | 300 | 144 | 37 |
| Binary | 0 | 1111101 | 10011100 | 1100100 | 10100 | 0 | 100111 | 11000000 | 1100100 | 11111 |
Color Harmonies of #007D9C
Complementary color
Monochromatic Colors of #007D9C
Black with #007D9C
Text Example
Text Example
White with #007D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D9C; }
p { color: rgb(0,125,156); }
H1.HeaderClassName
{
color: #007D9C;
}
.AnyTagClassName
{
color: #007D9C;
}
</style>
background-color css
<style>
a { background-color: #007D9C; }
a { background-color: rgb(0,125,156); }
div.DivClassName
{
background-color: #007D9C;
}
.BgClassName
{
background-color: #007D9C;
}
</style>
border-color css
<style>
span { border-color: #007D9C; }
span { border-color: rgb(0,125,156); }
td.TdClassName
{
border-color: #007D9C;
}
.TagClassName
{
border-color: #007D9C;
}
</style>