Shades of Eastern Blue #017E9D
Tints of Eastern Blue #017E9D
RGB
CMYK
RGB Variations
Color information
#017E9D (or 0x017E9D) is known color: Eastern Blue. HEX triplet: 01, 7E and 9D. RGB value is (1,126,157). Sum of RGB (Red+Green+Blue) = 1+126+157=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #017E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017E9D is #FE8162. Grayscale: #5B5B5B. Windows color (decimal): -16679267 or 10321409. OLE color: 10321409.
HSL color Cylindrical-coordinate representation of color #017E9D: hue angle of 191.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017E9D is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 126 | 157 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.38 |
| HSL | 191.92º | 0.99% | 0.31% | - |
| HSV(B) | 191.92º | 0.99% | 0.62% | - |
| XYZ | 13.56 | 17.36 | 34.53 | - |
| YUV | 92.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 157 | 0.99 | 0.20 | 0 | 0.38 | 191.92 | 0.99 | 0.31 |
| Hex | 1 | 7E | 9D | 63 | 14 | 0 | 26 | C0 | 63 | 1F |
| Octal | 1 | 176 | 235 | 143 | 24 | 0 | 46 | 300 | 143 | 37 |
| Binary | 1 | 1111110 | 10011101 | 1100011 | 10100 | 0 | 100110 | 11000000 | 1100011 | 11111 |
Color Harmonies of #017E9D
Complementary color
Monochromatic Colors of #017E9D
Black with #017E9D
Text Example
Text Example
White with #017E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E9D; }
p { color: rgb(1,126,157); }
H1.HeaderClassName
{
color: #017E9D;
}
.AnyTagClassName
{
color: #017E9D;
}
</style>
background-color css
<style>
a { background-color: #017E9D; }
a { background-color: rgb(1,126,157); }
div.DivClassName
{
background-color: #017E9D;
}
.BgClassName
{
background-color: #017E9D;
}
</style>
border-color css
<style>
span { border-color: #017E9D; }
span { border-color: rgb(1,126,157); }
td.TdClassName
{
border-color: #017E9D;
}
.TagClassName
{
border-color: #017E9D;
}
</style>