Shades of Eastern Blue #007F9C
Tints of Eastern Blue #007F9C
RGB
CMYK
RGB Variations
Color information
#007F9C (or 0x007F9C) is known color: Eastern Blue. HEX triplet: 00, 7F and 9C. RGB value is (0,127,156). Sum of RGB (Red+Green+Blue) = 0+127+156=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #007F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F9C is #FF8063. Grayscale: #5C5C5C. Windows color (decimal): -16744548 or 10256128. OLE color: 10256128.
HSL color Cylindrical-coordinate representation of color #007F9C: hue angle of 191.15º 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 #007F9C is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 127 | 156 | - |
| CMYK | 1 | 0.19 | 0 | 0.39 |
| HSL | 191.15º | 1% | 0.31% | - |
| HSV(B) | 191.15º | 1% | 0.61% | - |
| XYZ | 13.59 | 17.58 | 34.13 | - |
| YUV | 92.33 | 163.92 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 156 | 1 | 0.19 | 0 | 0.39 | 191.15 | 1 | 0.31 |
| Hex | 0 | 7F | 9C | 64 | 13 | 0 | 27 | BF | 64 | 1F |
| Octal | 0 | 177 | 234 | 144 | 23 | 0 | 47 | 277 | 144 | 37 |
| Binary | 0 | 1111111 | 10011100 | 1100100 | 10011 | 0 | 100111 | 10111111 | 1100100 | 11111 |
Color Harmonies of #007F9C
Complementary color
Monochromatic Colors of #007F9C
Black with #007F9C
Text Example
Text Example
White with #007F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F9C; }
p { color: rgb(0,127,156); }
H1.HeaderClassName
{
color: #007F9C;
}
.AnyTagClassName
{
color: #007F9C;
}
</style>
background-color css
<style>
a { background-color: #007F9C; }
a { background-color: rgb(0,127,156); }
div.DivClassName
{
background-color: #007F9C;
}
.BgClassName
{
background-color: #007F9C;
}
</style>
border-color css
<style>
span { border-color: #007F9C; }
span { border-color: rgb(0,127,156); }
td.TdClassName
{
border-color: #007F9C;
}
.TagClassName
{
border-color: #007F9C;
}
</style>