Shades of Eastern Blue #0D859C
Tints of Eastern Blue #0D859C
RGB
CMYK
RGB Variations
Color information
#0D859C (or 0x0D859C) is known color: Eastern Blue. HEX triplet: 0D, 85 and 9C. RGB value is (13,133,156). Sum of RGB (Red+Green+Blue) = 13+133+156=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D859C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D859C is #F27A63. Grayscale: #636363. Windows color (decimal): -15891044 or 10257677. OLE color: 10257677.
HSL color Cylindrical-coordinate representation of color #0D859C: hue angle of 189.65º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D859C is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 133 | 156 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.39 |
| HSL | 189.65º | 0.85% | 0.33% | - |
| HSV(B) | 189.65º | 0.92% | 0.61% | - |
| XYZ | 14.55 | 19.26 | 34.4 | - |
| YUV | 99.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 156 | 0.92 | 0.15 | 0 | 0.39 | 189.65 | 0.85 | 0.33 |
| Hex | D | 85 | 9C | 5C | F | 0 | 27 | BE | 55 | 21 |
| Octal | 15 | 205 | 234 | 134 | 17 | 0 | 47 | 276 | 125 | 41 |
| Binary | 1101 | 10000101 | 10011100 | 1011100 | 1111 | 0 | 100111 | 10111110 | 1010101 | 100001 |
Color Harmonies of #0D859C
Complementary color
Monochromatic Colors of #0D859C
Black with #0D859C
Text Example
Text Example
White with #0D859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D859C; }
p { color: rgb(13,133,156); }
H1.HeaderClassName
{
color: #0D859C;
}
.AnyTagClassName
{
color: #0D859C;
}
</style>
background-color css
<style>
a { background-color: #0D859C; }
a { background-color: rgb(13,133,156); }
div.DivClassName
{
background-color: #0D859C;
}
.BgClassName
{
background-color: #0D859C;
}
</style>
border-color css
<style>
span { border-color: #0D859C; }
span { border-color: rgb(13,133,156); }
td.TdClassName
{
border-color: #0D859C;
}
.TagClassName
{
border-color: #0D859C;
}
</style>