Shades of Eastern Blue #0D8297
Tints of Eastern Blue #0D8297
RGB
CMYK
RGB Variations
Color information
#0D8297 (or 0x0D8297) is known color: Eastern Blue. HEX triplet: 0D, 82 and 97. RGB value is (13,130,151). Sum of RGB (Red+Green+Blue) = 13+130+151=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D8297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8297 is #F27D68. Grayscale: #616161. Windows color (decimal): -15891817 or 9929229. OLE color: 9929229.
HSL color Cylindrical-coordinate representation of color #0D8297: hue angle of 189.13º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8297 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 130 | 151 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.41 |
| HSL | 189.13º | 0.84% | 0.32% | - |
| HSV(B) | 189.13º | 0.91% | 0.59% | - |
| XYZ | 13.73 | 18.29 | 32.08 | - |
| YUV | 97.41 | 158.24 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 151 | 0.91 | 0.14 | 0 | 0.41 | 189.13 | 0.84 | 0.32 |
| Hex | D | 82 | 97 | 5B | E | 0 | 29 | BD | 54 | 20 |
| Octal | 15 | 202 | 227 | 133 | 16 | 0 | 51 | 275 | 124 | 40 |
| Binary | 1101 | 10000010 | 10010111 | 1011011 | 1110 | 0 | 101001 | 10111101 | 1010100 | 100000 |
Color Harmonies of #0D8297
Complementary color
Monochromatic Colors of #0D8297
Black with #0D8297
Text Example
Text Example
White with #0D8297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8297; }
p { color: rgb(13,130,151); }
H1.HeaderClassName
{
color: #0D8297;
}
.AnyTagClassName
{
color: #0D8297;
}
</style>
background-color css
<style>
a { background-color: #0D8297; }
a { background-color: rgb(13,130,151); }
div.DivClassName
{
background-color: #0D8297;
}
.BgClassName
{
background-color: #0D8297;
}
</style>
border-color css
<style>
span { border-color: #0D8297; }
span { border-color: rgb(13,130,151); }
td.TdClassName
{
border-color: #0D8297;
}
.TagClassName
{
border-color: #0D8297;
}
</style>