Shades of Eastern Blue #017997
Tints of Eastern Blue #017997
RGB
CMYK
RGB Variations
Color information
#017997 (or 0x017997) is known color: Eastern Blue. HEX triplet: 01, 79 and 97. RGB value is (1,121,151). Sum of RGB (Red+Green+Blue) = 1+121+151=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #017997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017997 is #FE8668. Grayscale: #585858. Windows color (decimal): -16680553 or 9926913. OLE color: 9926913.
HSL color Cylindrical-coordinate representation of color #017997: hue angle of 192º 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 #017997 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 121 | 151 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.41 |
| HSL | 192º | 0.99% | 0.3% | - |
| HSV(B) | 192º | 0.99% | 0.59% | - |
| XYZ | 12.44 | 15.92 | 31.69 | - |
| YUV | 88.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 151 | 0.99 | 0.20 | 0 | 0.41 | 192 | 0.99 | 0.3 |
| Hex | 1 | 79 | 97 | 63 | 14 | 0 | 29 | C0 | 63 | 1E |
| Octal | 1 | 171 | 227 | 143 | 24 | 0 | 51 | 300 | 143 | 36 |
| Binary | 1 | 1111001 | 10010111 | 1100011 | 10100 | 0 | 101001 | 11000000 | 1100011 | 11110 |
Color Harmonies of #017997
Complementary color
Monochromatic Colors of #017997
Black with #017997
Text Example
Text Example
White with #017997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017997; }
p { color: rgb(1,121,151); }
H1.HeaderClassName
{
color: #017997;
}
.AnyTagClassName
{
color: #017997;
}
</style>
background-color css
<style>
a { background-color: #017997; }
a { background-color: rgb(1,121,151); }
div.DivClassName
{
background-color: #017997;
}
.BgClassName
{
background-color: #017997;
}
</style>
border-color css
<style>
span { border-color: #017997; }
span { border-color: rgb(1,121,151); }
td.TdClassName
{
border-color: #017997;
}
.TagClassName
{
border-color: #017997;
}
</style>