Shades of Eastern Blue #0D919A
Tints of Eastern Blue #0D919A
RGB
CMYK
RGB Variations
Color information
#0D919A (or 0x0D919A) is known color: Eastern Blue. HEX triplet: 0D, 91 and 9A. RGB value is (13,145,154). Sum of RGB (Red+Green+Blue) = 13+145+154=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D919A is #F26E65. Grayscale: #6A6A6A. Windows color (decimal): -15887974 or 10129677. OLE color: 10129677.
HSL color Cylindrical-coordinate representation of color #0D919A: hue angle of 183.83º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D919A is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 145 | 154 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.40 |
| HSL | 183.83º | 0.84% | 0.33% | - |
| HSV(B) | 183.83º | 0.92% | 0.6% | - |
| XYZ | 16.12 | 22.67 | 34.1 | - |
| YUV | 106.56 | 154.77 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 154 | 0.92 | 0.06 | 0 | 0.40 | 183.83 | 0.84 | 0.33 |
| Hex | D | 91 | 9A | 5C | 6 | 0 | 28 | B8 | 54 | 21 |
| Octal | 15 | 221 | 232 | 134 | 6 | 0 | 50 | 270 | 124 | 41 |
| Binary | 1101 | 10010001 | 10011010 | 1011100 | 110 | 0 | 101000 | 10111000 | 1010100 | 100001 |
Color Harmonies of #0D919A
Complementary color
Monochromatic Colors of #0D919A
Black with #0D919A
Text Example
Text Example
White with #0D919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D919A; }
p { color: rgb(13,145,154); }
H1.HeaderClassName
{
color: #0D919A;
}
.AnyTagClassName
{
color: #0D919A;
}
</style>
background-color css
<style>
a { background-color: #0D919A; }
a { background-color: rgb(13,145,154); }
div.DivClassName
{
background-color: #0D919A;
}
.BgClassName
{
background-color: #0D919A;
}
</style>
border-color css
<style>
span { border-color: #0D919A; }
span { border-color: rgb(13,145,154); }
td.TdClassName
{
border-color: #0D919A;
}
.TagClassName
{
border-color: #0D919A;
}
</style>