Shades of Eastern Blue #0D899A
Tints of Eastern Blue #0D899A
RGB
CMYK
RGB Variations
Color information
#0D899A (or 0x0D899A) is known color: Eastern Blue. HEX triplet: 0D, 89 and 9A. RGB value is (13,137,154). Sum of RGB (Red+Green+Blue) = 13+137+154=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D899A is #F27665. Grayscale: #656565. Windows color (decimal): -15890022 or 10127629. OLE color: 10127629.
HSL color Cylindrical-coordinate representation of color #0D899A: hue angle of 187.23º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D899A is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 137 | 154 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.40 |
| HSL | 187.23º | 0.84% | 0.33% | - |
| HSV(B) | 187.23º | 0.92% | 0.6% | - |
| XYZ | 14.94 | 20.31 | 33.7 | - |
| YUV | 101.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 154 | 0.92 | 0.11 | 0 | 0.40 | 187.23 | 0.84 | 0.33 |
| Hex | D | 89 | 9A | 5C | B | 0 | 28 | BB | 54 | 21 |
| Octal | 15 | 211 | 232 | 134 | 13 | 0 | 50 | 273 | 124 | 41 |
| Binary | 1101 | 10001001 | 10011010 | 1011100 | 1011 | 0 | 101000 | 10111011 | 1010100 | 100001 |
Color Harmonies of #0D899A
Complementary color
Monochromatic Colors of #0D899A
Black with #0D899A
Text Example
Text Example
White with #0D899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D899A; }
p { color: rgb(13,137,154); }
H1.HeaderClassName
{
color: #0D899A;
}
.AnyTagClassName
{
color: #0D899A;
}
</style>
background-color css
<style>
a { background-color: #0D899A; }
a { background-color: rgb(13,137,154); }
div.DivClassName
{
background-color: #0D899A;
}
.BgClassName
{
background-color: #0D899A;
}
</style>
border-color css
<style>
span { border-color: #0D899A; }
span { border-color: rgb(13,137,154); }
td.TdClassName
{
border-color: #0D899A;
}
.TagClassName
{
border-color: #0D899A;
}
</style>