Shades of Eastern Blue #0D899D
Tints of Eastern Blue #0D899D
RGB
CMYK
RGB Variations
Color information
#0D899D (or 0x0D899D) is known color: Eastern Blue. HEX triplet: 0D, 89 and 9D. RGB value is (13,137,157). Sum of RGB (Red+Green+Blue) = 13+137+157=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D899D is #F27662. Grayscale: #666666. Windows color (decimal): -15890019 or 10324237. OLE color: 10324237.
HSL color Cylindrical-coordinate representation of color #0D899D: hue angle of 188.33º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D899D is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 137 | 157 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.38 |
| HSL | 188.33º | 0.85% | 0.33% | - |
| HSV(B) | 188.33º | 0.92% | 0.62% | - |
| XYZ | 15.2 | 20.41 | 35.04 | - |
| YUV | 102.2 | 158.92 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 157 | 0.92 | 0.13 | 0 | 0.38 | 188.33 | 0.85 | 0.33 |
| Hex | D | 89 | 9D | 5C | D | 0 | 26 | BC | 55 | 21 |
| Octal | 15 | 211 | 235 | 134 | 15 | 0 | 46 | 274 | 125 | 41 |
| Binary | 1101 | 10001001 | 10011101 | 1011100 | 1101 | 0 | 100110 | 10111100 | 1010101 | 100001 |
Color Harmonies of #0D899D
Complementary color
Monochromatic Colors of #0D899D
Black with #0D899D
Text Example
Text Example
White with #0D899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D899D; }
p { color: rgb(13,137,157); }
H1.HeaderClassName
{
color: #0D899D;
}
.AnyTagClassName
{
color: #0D899D;
}
</style>
background-color css
<style>
a { background-color: #0D899D; }
a { background-color: rgb(13,137,157); }
div.DivClassName
{
background-color: #0D899D;
}
.BgClassName
{
background-color: #0D899D;
}
</style>
border-color css
<style>
span { border-color: #0D899D; }
span { border-color: rgb(13,137,157); }
td.TdClassName
{
border-color: #0D899D;
}
.TagClassName
{
border-color: #0D899D;
}
</style>