Shades of Eastern Blue #0D8997
Tints of Eastern Blue #0D8997
RGB
CMYK
RGB Variations
Color information
#0D8997 (or 0x0D8997) is known color: Eastern Blue. HEX triplet: 0D, 89 and 97. RGB value is (13,137,151). Sum of RGB (Red+Green+Blue) = 13+137+151=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D8997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8997 is #F27668. Grayscale: #656565. Windows color (decimal): -15890025 or 9931021. OLE color: 9931021.
HSL color Cylindrical-coordinate representation of color #0D8997: hue angle of 186.09º 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 #0D8997 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 137 | 151 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.41 |
| HSL | 186.09º | 0.84% | 0.32% | - |
| HSV(B) | 186.09º | 0.91% | 0.59% | - |
| XYZ | 14.7 | 20.21 | 32.4 | - |
| YUV | 101.52 | 155.92 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 151 | 0.91 | 0.09 | 0 | 0.41 | 186.09 | 0.84 | 0.32 |
| Hex | D | 89 | 97 | 5B | 9 | 0 | 29 | BA | 54 | 20 |
| Octal | 15 | 211 | 227 | 133 | 11 | 0 | 51 | 272 | 124 | 40 |
| Binary | 1101 | 10001001 | 10010111 | 1011011 | 1001 | 0 | 101001 | 10111010 | 1010100 | 100000 |
Color Harmonies of #0D8997
Complementary color
Monochromatic Colors of #0D8997
Black with #0D8997
Text Example
Text Example
White with #0D8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8997; }
p { color: rgb(13,137,151); }
H1.HeaderClassName
{
color: #0D8997;
}
.AnyTagClassName
{
color: #0D8997;
}
</style>
background-color css
<style>
a { background-color: #0D8997; }
a { background-color: rgb(13,137,151); }
div.DivClassName
{
background-color: #0D8997;
}
.BgClassName
{
background-color: #0D8997;
}
</style>
border-color css
<style>
span { border-color: #0D8997; }
span { border-color: rgb(13,137,151); }
td.TdClassName
{
border-color: #0D8997;
}
.TagClassName
{
border-color: #0D8997;
}
</style>