Shades of Eastern Blue #0D829E
Tints of Eastern Blue #0D829E
RGB
CMYK
RGB Variations
Color information
#0D829E (or 0x0D829E) is known color: Eastern Blue. HEX triplet: 0D, 82 and 9E. RGB value is (13,130,158). Sum of RGB (Red+Green+Blue) = 13+130+158=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D829E is #F27D61. Grayscale: #616161. Windows color (decimal): -15891810 or 10387981. OLE color: 10387981.
HSL color Cylindrical-coordinate representation of color #0D829E: hue angle of 191.59º 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 #0D829E is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 130 | 158 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.38 |
| HSL | 191.59º | 0.85% | 0.34% | - |
| HSV(B) | 191.59º | 0.92% | 0.62% | - |
| XYZ | 14.32 | 18.52 | 35.17 | - |
| YUV | 98.21 | 161.74 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 158 | 0.92 | 0.18 | 0 | 0.38 | 191.59 | 0.85 | 0.34 |
| Hex | D | 82 | 9E | 5C | 12 | 0 | 26 | C0 | 55 | 22 |
| Octal | 15 | 202 | 236 | 134 | 22 | 0 | 46 | 300 | 125 | 42 |
| Binary | 1101 | 10000010 | 10011110 | 1011100 | 10010 | 0 | 100110 | 11000000 | 1010101 | 100010 |
Color Harmonies of #0D829E
Complementary color
Monochromatic Colors of #0D829E
Black with #0D829E
Text Example
Text Example
White with #0D829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D829E; }
p { color: rgb(13,130,158); }
H1.HeaderClassName
{
color: #0D829E;
}
.AnyTagClassName
{
color: #0D829E;
}
</style>
background-color css
<style>
a { background-color: #0D829E; }
a { background-color: rgb(13,130,158); }
div.DivClassName
{
background-color: #0D829E;
}
.BgClassName
{
background-color: #0D829E;
}
</style>
border-color css
<style>
span { border-color: #0D829E; }
span { border-color: rgb(13,130,158); }
td.TdClassName
{
border-color: #0D829E;
}
.TagClassName
{
border-color: #0D829E;
}
</style>