Shades of Eastern Blue #017C97
Tints of Eastern Blue #017C97
RGB
CMYK
RGB Variations
Color information
#017C97 (or 0x017C97) is known color: Eastern Blue. HEX triplet: 01, 7C and 97. RGB value is (1,124,151). Sum of RGB (Red+Green+Blue) = 1+124+151=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #017C97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C97 is #FE8368. Grayscale: #5A5A5A. Windows color (decimal): -16679785 or 9927681. OLE color: 9927681.
HSL color Cylindrical-coordinate representation of color #017C97: hue angle of 190.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C97 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 124 | 151 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.41 |
| HSL | 190.8º | 0.99% | 0.3% | - |
| HSV(B) | 190.8º | 0.99% | 0.59% | - |
| XYZ | 12.81 | 16.66 | 31.82 | - |
| YUV | 90.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 151 | 0.99 | 0.18 | 0 | 0.41 | 190.8 | 0.99 | 0.3 |
| Hex | 1 | 7C | 97 | 63 | 12 | 0 | 29 | BF | 63 | 1E |
| Octal | 1 | 174 | 227 | 143 | 22 | 0 | 51 | 277 | 143 | 36 |
| Binary | 1 | 1111100 | 10010111 | 1100011 | 10010 | 0 | 101001 | 10111111 | 1100011 | 11110 |
Color Harmonies of #017C97
Complementary color
Monochromatic Colors of #017C97
Black with #017C97
Text Example
Text Example
White with #017C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C97; }
p { color: rgb(1,124,151); }
H1.HeaderClassName
{
color: #017C97;
}
.AnyTagClassName
{
color: #017C97;
}
</style>
background-color css
<style>
a { background-color: #017C97; }
a { background-color: rgb(1,124,151); }
div.DivClassName
{
background-color: #017C97;
}
.BgClassName
{
background-color: #017C97;
}
</style>
border-color css
<style>
span { border-color: #017C97; }
span { border-color: rgb(1,124,151); }
td.TdClassName
{
border-color: #017C97;
}
.TagClassName
{
border-color: #017C97;
}
</style>