Shades of Eastern Blue #0D819B
Tints of Eastern Blue #0D819B
RGB
CMYK
RGB Variations
Color information
#0D819B (or 0x0D819B) is known color: Eastern Blue. HEX triplet: 0D, 81 and 9B. RGB value is (13,129,155). Sum of RGB (Red+Green+Blue) = 13+129+155=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D819B is #F27E64. Grayscale: #616161. Windows color (decimal): -15892069 or 10191117. OLE color: 10191117.
HSL color Cylindrical-coordinate representation of color #0D819B: hue angle of 190.99º 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 #0D819B is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 129 | 155 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.39 |
| HSL | 190.99º | 0.85% | 0.33% | - |
| HSV(B) | 190.99º | 0.92% | 0.61% | - |
| XYZ | 13.93 | 18.15 | 33.78 | - |
| YUV | 97.28 | 160.57 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 155 | 0.92 | 0.17 | 0 | 0.39 | 190.99 | 0.85 | 0.33 |
| Hex | D | 81 | 9B | 5C | 11 | 0 | 27 | BF | 55 | 21 |
| Octal | 15 | 201 | 233 | 134 | 21 | 0 | 47 | 277 | 125 | 41 |
| Binary | 1101 | 10000001 | 10011011 | 1011100 | 10001 | 0 | 100111 | 10111111 | 1010101 | 100001 |
Color Harmonies of #0D819B
Complementary color
Monochromatic Colors of #0D819B
Black with #0D819B
Text Example
Text Example
White with #0D819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D819B; }
p { color: rgb(13,129,155); }
H1.HeaderClassName
{
color: #0D819B;
}
.AnyTagClassName
{
color: #0D819B;
}
</style>
background-color css
<style>
a { background-color: #0D819B; }
a { background-color: rgb(13,129,155); }
div.DivClassName
{
background-color: #0D819B;
}
.BgClassName
{
background-color: #0D819B;
}
</style>
border-color css
<style>
span { border-color: #0D819B; }
span { border-color: rgb(13,129,155); }
td.TdClassName
{
border-color: #0D819B;
}
.TagClassName
{
border-color: #0D819B;
}
</style>