Shades of Eastern Blue #0D96A4
Tints of Eastern Blue #0D96A4
RGB
CMYK
RGB Variations
Color information
#0D96A4 (or 0x0D96A4) is known color: Eastern Blue. HEX triplet: 0D, 96 and A4. RGB value is (13,150,164). Sum of RGB (Red+Green+Blue) = 13+150+164=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D96A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D96A4 is #F2695B. Grayscale: #6E6E6E. Windows color (decimal): -15886684 or 10786317. OLE color: 10786317.
HSL color Cylindrical-coordinate representation of color #0D96A4: hue angle of 185.56º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D96A4 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 150 | 164 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.36 |
| HSL | 185.56º | 0.85% | 0.35% | - |
| HSV(B) | 185.56º | 0.92% | 0.64% | - |
| XYZ | 17.77 | 24.58 | 38.93 | - |
| YUV | 110.63 | 158.11 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 164 | 0.92 | 0.09 | 0 | 0.36 | 185.56 | 0.85 | 0.35 |
| Hex | D | 96 | A4 | 5C | 9 | 0 | 24 | BA | 55 | 23 |
| Octal | 15 | 226 | 244 | 134 | 11 | 0 | 44 | 272 | 125 | 43 |
| Binary | 1101 | 10010110 | 10100100 | 1011100 | 1001 | 0 | 100100 | 10111010 | 1010101 | 100011 |
Color Harmonies of #0D96A4
Complementary color
Monochromatic Colors of #0D96A4
Black with #0D96A4
Text Example
Text Example
White with #0D96A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D96A4; }
p { color: rgb(13,150,164); }
H1.HeaderClassName
{
color: #0D96A4;
}
.AnyTagClassName
{
color: #0D96A4;
}
</style>
background-color css
<style>
a { background-color: #0D96A4; }
a { background-color: rgb(13,150,164); }
div.DivClassName
{
background-color: #0D96A4;
}
.BgClassName
{
background-color: #0D96A4;
}
</style>
border-color css
<style>
span { border-color: #0D96A4; }
span { border-color: rgb(13,150,164); }
td.TdClassName
{
border-color: #0D96A4;
}
.TagClassName
{
border-color: #0D96A4;
}
</style>