Shades of Eastern Blue #017C9B
Tints of Eastern Blue #017C9B
RGB
CMYK
RGB Variations
Color information
#017C9B (or 0x017C9B) is known color: Eastern Blue. HEX triplet: 01, 7C and 9B. RGB value is (1,124,155). Sum of RGB (Red+Green+Blue) = 1+124+155=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #017C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C9B is #FE8364. Grayscale: #5A5A5A. Windows color (decimal): -16679781 or 10189825. OLE color: 10189825.
HSL color Cylindrical-coordinate representation of color #017C9B: hue angle of 192.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C9B is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 124 | 155 | - |
| CMYK | 0.99 | 0.2 | 0 | 0.39 |
| HSL | 192.08º | 0.99% | 0.31% | - |
| HSV(B) | 192.08º | 0.99% | 0.61% | - |
| XYZ | 13.14 | 16.79 | 33.56 | - |
| YUV | 90.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 155 | 0.99 | 0.2 | 0 | 0.39 | 192.08 | 0.99 | 0.31 |
| Hex | 1 | 7C | 9B | 63 | 14 | 0 | 27 | C0 | 63 | 1F |
| Octal | 1 | 174 | 233 | 143 | 24 | 0 | 47 | 300 | 143 | 37 |
| Binary | 1 | 1111100 | 10011011 | 1100011 | 10100 | 0 | 100111 | 11000000 | 1100011 | 11111 |
Color Harmonies of #017C9B
Complementary color
Monochromatic Colors of #017C9B
Black with #017C9B
Text Example
Text Example
White with #017C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C9B; }
p { color: rgb(1,124,155); }
H1.HeaderClassName
{
color: #017C9B;
}
.AnyTagClassName
{
color: #017C9B;
}
</style>
background-color css
<style>
a { background-color: #017C9B; }
a { background-color: rgb(1,124,155); }
div.DivClassName
{
background-color: #017C9B;
}
.BgClassName
{
background-color: #017C9B;
}
</style>
border-color css
<style>
span { border-color: #017C9B; }
span { border-color: rgb(1,124,155); }
td.TdClassName
{
border-color: #017C9B;
}
.TagClassName
{
border-color: #017C9B;
}
</style>