Shades of Eastern Blue #017D9A
Tints of Eastern Blue #017D9A
RGB
CMYK
RGB Variations
Color information
#017D9A (or 0x017D9A) is known color: Eastern Blue. HEX triplet: 01, 7D and 9A. RGB value is (1,125,154). Sum of RGB (Red+Green+Blue) = 1+125+154=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #017D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D9A is #FE8265. Grayscale: #5A5A5A. Windows color (decimal): -16679526 or 10124545. OLE color: 10124545.
HSL color Cylindrical-coordinate representation of color #017D9A: hue angle of 191.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D9A is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 125 | 154 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.40 |
| HSL | 191.37º | 0.99% | 0.3% | - |
| HSV(B) | 191.37º | 0.99% | 0.6% | - |
| XYZ | 13.18 | 17.01 | 33.16 | - |
| YUV | 91.23 | 163.42 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 154 | 0.99 | 0.19 | 0 | 0.40 | 191.37 | 0.99 | 0.3 |
| Hex | 1 | 7D | 9A | 63 | 13 | 0 | 28 | BF | 63 | 1E |
| Octal | 1 | 175 | 232 | 143 | 23 | 0 | 50 | 277 | 143 | 36 |
| Binary | 1 | 1111101 | 10011010 | 1100011 | 10011 | 0 | 101000 | 10111111 | 1100011 | 11110 |
Color Harmonies of #017D9A
Complementary color
Monochromatic Colors of #017D9A
Black with #017D9A
Text Example
Text Example
White with #017D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D9A; }
p { color: rgb(1,125,154); }
H1.HeaderClassName
{
color: #017D9A;
}
.AnyTagClassName
{
color: #017D9A;
}
</style>
background-color css
<style>
a { background-color: #017D9A; }
a { background-color: rgb(1,125,154); }
div.DivClassName
{
background-color: #017D9A;
}
.BgClassName
{
background-color: #017D9A;
}
</style>
border-color css
<style>
span { border-color: #017D9A; }
span { border-color: rgb(1,125,154); }
td.TdClassName
{
border-color: #017D9A;
}
.TagClassName
{
border-color: #017D9A;
}
</style>