Shades of Eastern Blue #0D8595
Tints of Eastern Blue #0D8595
RGB
CMYK
RGB Variations
Color information
#0D8595 (or 0x0D8595) is known color: Eastern Blue. HEX triplet: 0D, 85 and 95. RGB value is (13,133,149). Sum of RGB (Red+Green+Blue) = 13+133+149=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D8595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8595 is #F27A6A. Grayscale: #626262. Windows color (decimal): -15891051 or 9798925. OLE color: 9798925.
HSL color Cylindrical-coordinate representation of color #0D8595: hue angle of 187.06º 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 #0D8595 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 133 | 149 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.42 |
| HSL | 187.06º | 0.84% | 0.32% | - |
| HSV(B) | 187.06º | 0.91% | 0.58% | - |
| XYZ | 13.98 | 19.03 | 31.37 | - |
| YUV | 98.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 149 | 0.91 | 0.11 | 0 | 0.42 | 187.06 | 0.84 | 0.32 |
| Hex | D | 85 | 95 | 5B | B | 0 | 2A | BB | 54 | 20 |
| Octal | 15 | 205 | 225 | 133 | 13 | 0 | 52 | 273 | 124 | 40 |
| Binary | 1101 | 10000101 | 10010101 | 1011011 | 1011 | 0 | 101010 | 10111011 | 1010100 | 100000 |
Color Harmonies of #0D8595
Complementary color
Monochromatic Colors of #0D8595
Black with #0D8595
Text Example
Text Example
White with #0D8595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8595; }
p { color: rgb(13,133,149); }
H1.HeaderClassName
{
color: #0D8595;
}
.AnyTagClassName
{
color: #0D8595;
}
</style>
background-color css
<style>
a { background-color: #0D8595; }
a { background-color: rgb(13,133,149); }
div.DivClassName
{
background-color: #0D8595;
}
.BgClassName
{
background-color: #0D8595;
}
</style>
border-color css
<style>
span { border-color: #0D8595; }
span { border-color: rgb(13,133,149); }
td.TdClassName
{
border-color: #0D8595;
}
.TagClassName
{
border-color: #0D8595;
}
</style>