Shades of Eastern Blue #0D8594
Tints of Eastern Blue #0D8594
RGB
CMYK
RGB Variations
Color information
#0D8594 (or 0x0D8594) is known color: Eastern Blue. HEX triplet: 0D, 85 and 94. RGB value is (13,133,148). Sum of RGB (Red+Green+Blue) = 13+133+148=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D8594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8594 is #F27A6B. Grayscale: #626262. Windows color (decimal): -15891052 or 9733389. OLE color: 9733389.
HSL color Cylindrical-coordinate representation of color #0D8594: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8594 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 133 | 148 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.42 |
| HSL | 186.67º | 0.84% | 0.32% | - |
| HSV(B) | 186.67º | 0.91% | 0.58% | - |
| XYZ | 13.9 | 19 | 30.95 | - |
| YUV | 98.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 148 | 0.91 | 0.10 | 0 | 0.42 | 186.67 | 0.84 | 0.32 |
| Hex | D | 85 | 94 | 5B | A | 0 | 2A | BB | 54 | 20 |
| Octal | 15 | 205 | 224 | 133 | 12 | 0 | 52 | 273 | 124 | 40 |
| Binary | 1101 | 10000101 | 10010100 | 1011011 | 1010 | 0 | 101010 | 10111011 | 1010100 | 100000 |
Color Harmonies of #0D8594
Complementary color
Monochromatic Colors of #0D8594
Black with #0D8594
Text Example
Text Example
White with #0D8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8594; }
p { color: rgb(13,133,148); }
H1.HeaderClassName
{
color: #0D8594;
}
.AnyTagClassName
{
color: #0D8594;
}
</style>
background-color css
<style>
a { background-color: #0D8594; }
a { background-color: rgb(13,133,148); }
div.DivClassName
{
background-color: #0D8594;
}
.BgClassName
{
background-color: #0D8594;
}
</style>
border-color css
<style>
span { border-color: #0D8594; }
span { border-color: rgb(13,133,148); }
td.TdClassName
{
border-color: #0D8594;
}
.TagClassName
{
border-color: #0D8594;
}
</style>