Shades of Eastern Blue #0D8392
Tints of Eastern Blue #0D8392
RGB
CMYK
RGB Variations
Color information
#0D8392 (or 0x0D8392) is known color: Eastern Blue. HEX triplet: 0D, 83 and 92. RGB value is (13,131,146). Sum of RGB (Red+Green+Blue) = 13+131+146=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D8392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8392 is #F27C6D. Grayscale: #616161. Windows color (decimal): -15891566 or 9601805. OLE color: 9601805.
HSL color Cylindrical-coordinate representation of color #0D8392: hue angle of 186.77º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8392 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 131 | 146 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.43 |
| HSL | 186.77º | 0.84% | 0.31% | - |
| HSV(B) | 186.77º | 0.91% | 0.57% | - |
| XYZ | 13.47 | 18.39 | 30.03 | - |
| YUV | 97.43 | 155.41 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 146 | 0.91 | 0.10 | 0 | 0.43 | 186.77 | 0.84 | 0.31 |
| Hex | D | 83 | 92 | 5B | A | 0 | 2B | BB | 54 | 1F |
| Octal | 15 | 203 | 222 | 133 | 12 | 0 | 53 | 273 | 124 | 37 |
| Binary | 1101 | 10000011 | 10010010 | 1011011 | 1010 | 0 | 101011 | 10111011 | 1010100 | 11111 |
Color Harmonies of #0D8392
Complementary color
Monochromatic Colors of #0D8392
Black with #0D8392
Text Example
Text Example
White with #0D8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8392; }
p { color: rgb(13,131,146); }
H1.HeaderClassName
{
color: #0D8392;
}
.AnyTagClassName
{
color: #0D8392;
}
</style>
background-color css
<style>
a { background-color: #0D8392; }
a { background-color: rgb(13,131,146); }
div.DivClassName
{
background-color: #0D8392;
}
.BgClassName
{
background-color: #0D8392;
}
</style>
border-color css
<style>
span { border-color: #0D8392; }
span { border-color: rgb(13,131,146); }
td.TdClassName
{
border-color: #0D8392;
}
.TagClassName
{
border-color: #0D8392;
}
</style>