Shades of Eastern Blue #0D879F
Tints of Eastern Blue #0D879F
RGB
CMYK
RGB Variations
Color information
#0D879F (or 0x0D879F) is known color: Eastern Blue. HEX triplet: 0D, 87 and 9F. RGB value is (13,135,159). Sum of RGB (Red+Green+Blue) = 13+135+159=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D879F is #F27860. Grayscale: #656565. Windows color (decimal): -15890529 or 10454797. OLE color: 10454797.
HSL color Cylindrical-coordinate representation of color #0D879F: hue angle of 189.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D879F is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 135 | 159 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.38 |
| HSL | 189.86º | 0.85% | 0.34% | - |
| HSV(B) | 189.86º | 0.92% | 0.62% | - |
| XYZ | 15.09 | 19.92 | 35.85 | - |
| YUV | 101.26 | 160.58 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 159 | 0.92 | 0.15 | 0 | 0.38 | 189.86 | 0.85 | 0.34 |
| Hex | D | 87 | 9F | 5C | F | 0 | 26 | BE | 55 | 22 |
| Octal | 15 | 207 | 237 | 134 | 17 | 0 | 46 | 276 | 125 | 42 |
| Binary | 1101 | 10000111 | 10011111 | 1011100 | 1111 | 0 | 100110 | 10111110 | 1010101 | 100010 |
Color Harmonies of #0D879F
Complementary color
Monochromatic Colors of #0D879F
Black with #0D879F
Text Example
Text Example
White with #0D879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D879F; }
p { color: rgb(13,135,159); }
H1.HeaderClassName
{
color: #0D879F;
}
.AnyTagClassName
{
color: #0D879F;
}
</style>
background-color css
<style>
a { background-color: #0D879F; }
a { background-color: rgb(13,135,159); }
div.DivClassName
{
background-color: #0D879F;
}
.BgClassName
{
background-color: #0D879F;
}
</style>
border-color css
<style>
span { border-color: #0D879F; }
span { border-color: rgb(13,135,159); }
td.TdClassName
{
border-color: #0D879F;
}
.TagClassName
{
border-color: #0D879F;
}
</style>