Shades of Eastern Blue #017C91
Tints of Eastern Blue #017C91
RGB
CMYK
RGB Variations
Color information
#017C91 (or 0x017C91) is known color: Eastern Blue. HEX triplet: 01, 7C and 91. RGB value is (1,124,145). Sum of RGB (Red+Green+Blue) = 1+124+145=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #017C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C91 is #FE836E. Grayscale: #595959. Windows color (decimal): -16679791 or 9534465. OLE color: 9534465.
HSL color Cylindrical-coordinate representation of color #017C91: hue angle of 188.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C91 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 124 | 145 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.43 |
| HSL | 188.75º | 0.99% | 0.29% | - |
| HSV(B) | 188.75º | 0.99% | 0.57% | - |
| XYZ | 12.33 | 16.47 | 29.32 | - |
| YUV | 89.62 | 159.25 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 145 | 0.99 | 0.14 | 0 | 0.43 | 188.75 | 0.99 | 0.29 |
| Hex | 1 | 7C | 91 | 63 | E | 0 | 2B | BD | 63 | 1D |
| Octal | 1 | 174 | 221 | 143 | 16 | 0 | 53 | 275 | 143 | 35 |
| Binary | 1 | 1111100 | 10010001 | 1100011 | 1110 | 0 | 101011 | 10111101 | 1100011 | 11101 |
Color Harmonies of #017C91
Complementary color
Monochromatic Colors of #017C91
Black with #017C91
Text Example
Text Example
White with #017C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C91; }
p { color: rgb(1,124,145); }
H1.HeaderClassName
{
color: #017C91;
}
.AnyTagClassName
{
color: #017C91;
}
</style>
background-color css
<style>
a { background-color: #017C91; }
a { background-color: rgb(1,124,145); }
div.DivClassName
{
background-color: #017C91;
}
.BgClassName
{
background-color: #017C91;
}
</style>
border-color css
<style>
span { border-color: #017C91; }
span { border-color: rgb(1,124,145); }
td.TdClassName
{
border-color: #017C91;
}
.TagClassName
{
border-color: #017C91;
}
</style>