Shades of Eastern Blue #017C94
Tints of Eastern Blue #017C94
RGB
CMYK
RGB Variations
Color information
#017C94 (or 0x017C94) is known color: Eastern Blue. HEX triplet: 01, 7C and 94. RGB value is (1,124,148). Sum of RGB (Red+Green+Blue) = 1+124+148=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #017C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C94 is #FE836B. Grayscale: #595959. Windows color (decimal): -16679788 or 9731073. OLE color: 9731073.
HSL color Cylindrical-coordinate representation of color #017C94: hue angle of 189.8º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C94 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 124 | 148 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.42 |
| HSL | 189.8º | 0.99% | 0.29% | - |
| HSV(B) | 189.8º | 0.99% | 0.58% | - |
| XYZ | 12.57 | 16.56 | 30.55 | - |
| YUV | 89.96 | 160.75 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 148 | 0.99 | 0.16 | 0 | 0.42 | 189.8 | 0.99 | 0.29 |
| Hex | 1 | 7C | 94 | 63 | 10 | 0 | 2A | BE | 63 | 1D |
| Octal | 1 | 174 | 224 | 143 | 20 | 0 | 52 | 276 | 143 | 35 |
| Binary | 1 | 1111100 | 10010100 | 1100011 | 10000 | 0 | 101010 | 10111110 | 1100011 | 11101 |
Color Harmonies of #017C94
Complementary color
Monochromatic Colors of #017C94
Black with #017C94
Text Example
Text Example
White with #017C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C94; }
p { color: rgb(1,124,148); }
H1.HeaderClassName
{
color: #017C94;
}
.AnyTagClassName
{
color: #017C94;
}
</style>
background-color css
<style>
a { background-color: #017C94; }
a { background-color: rgb(1,124,148); }
div.DivClassName
{
background-color: #017C94;
}
.BgClassName
{
background-color: #017C94;
}
</style>
border-color css
<style>
span { border-color: #017C94; }
span { border-color: rgb(1,124,148); }
td.TdClassName
{
border-color: #017C94;
}
.TagClassName
{
border-color: #017C94;
}
</style>