Shades of Eastern Blue #0D8794
Tints of Eastern Blue #0D8794
RGB
CMYK
RGB Variations
Color information
#0D8794 (or 0x0D8794) is known color: Eastern Blue. HEX triplet: 0D, 87 and 94. RGB value is (13,135,148). Sum of RGB (Red+Green+Blue) = 13+135+148=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D8794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8794 is #F2786B. Grayscale: #636363. Windows color (decimal): -15890540 or 9733901. OLE color: 9733901.
HSL color Cylindrical-coordinate representation of color #0D8794: hue angle of 185.78º 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 #0D8794 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 135 | 148 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.42 |
| HSL | 185.78º | 0.84% | 0.32% | - |
| HSV(B) | 185.78º | 0.91% | 0.58% | - |
| XYZ | 14.18 | 19.55 | 31.04 | - |
| YUV | 100 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 148 | 0.91 | 0.09 | 0 | 0.42 | 185.78 | 0.84 | 0.32 |
| Hex | D | 87 | 94 | 5B | 9 | 0 | 2A | BA | 54 | 20 |
| Octal | 15 | 207 | 224 | 133 | 11 | 0 | 52 | 272 | 124 | 40 |
| Binary | 1101 | 10000111 | 10010100 | 1011011 | 1001 | 0 | 101010 | 10111010 | 1010100 | 100000 |
Color Harmonies of #0D8794
Complementary color
Monochromatic Colors of #0D8794
Black with #0D8794
Text Example
Text Example
White with #0D8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8794; }
p { color: rgb(13,135,148); }
H1.HeaderClassName
{
color: #0D8794;
}
.AnyTagClassName
{
color: #0D8794;
}
</style>
background-color css
<style>
a { background-color: #0D8794; }
a { background-color: rgb(13,135,148); }
div.DivClassName
{
background-color: #0D8794;
}
.BgClassName
{
background-color: #0D8794;
}
</style>
border-color css
<style>
span { border-color: #0D8794; }
span { border-color: rgb(13,135,148); }
td.TdClassName
{
border-color: #0D8794;
}
.TagClassName
{
border-color: #0D8794;
}
</style>