Shades of Eastern Blue #0D8497
Tints of Eastern Blue #0D8497
RGB
CMYK
RGB Variations
Color information
#0D8497 (or 0x0D8497) is known color: Eastern Blue. HEX triplet: 0D, 84 and 97. RGB value is (13,132,151). Sum of RGB (Red+Green+Blue) = 13+132+151=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D8497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8497 is #F27B68. Grayscale: #626262. Windows color (decimal): -15891305 or 9929741. OLE color: 9929741.
HSL color Cylindrical-coordinate representation of color #0D8497: hue angle of 188.26º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8497 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 132 | 151 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.41 |
| HSL | 188.26º | 0.84% | 0.32% | - |
| HSV(B) | 188.26º | 0.91% | 0.59% | - |
| XYZ | 14 | 18.82 | 32.17 | - |
| YUV | 98.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 151 | 0.91 | 0.13 | 0 | 0.41 | 188.26 | 0.84 | 0.32 |
| Hex | D | 84 | 97 | 5B | D | 0 | 29 | BC | 54 | 20 |
| Octal | 15 | 204 | 227 | 133 | 15 | 0 | 51 | 274 | 124 | 40 |
| Binary | 1101 | 10000100 | 10010111 | 1011011 | 1101 | 0 | 101001 | 10111100 | 1010100 | 100000 |
Color Harmonies of #0D8497
Complementary color
Monochromatic Colors of #0D8497
Black with #0D8497
Text Example
Text Example
White with #0D8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8497; }
p { color: rgb(13,132,151); }
H1.HeaderClassName
{
color: #0D8497;
}
.AnyTagClassName
{
color: #0D8497;
}
</style>
background-color css
<style>
a { background-color: #0D8497; }
a { background-color: rgb(13,132,151); }
div.DivClassName
{
background-color: #0D8497;
}
.BgClassName
{
background-color: #0D8497;
}
</style>
border-color css
<style>
span { border-color: #0D8497; }
span { border-color: rgb(13,132,151); }
td.TdClassName
{
border-color: #0D8497;
}
.TagClassName
{
border-color: #0D8497;
}
</style>