Shades of Eastern Blue #017B99
Tints of Eastern Blue #017B99
RGB
CMYK
RGB Variations
Color information
#017B99 (or 0x017B99) is known color: Eastern Blue. HEX triplet: 01, 7B and 99. RGB value is (1,123,153). Sum of RGB (Red+Green+Blue) = 1+123+153=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #017B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B99 is #FE8466. Grayscale: #595959. Windows color (decimal): -16680039 or 10058497. OLE color: 10058497.
HSL color Cylindrical-coordinate representation of color #017B99: hue angle of 191.84º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017B99 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 123 | 153 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.4 |
| HSL | 191.84º | 0.99% | 0.3% | - |
| HSV(B) | 191.84º | 0.99% | 0.6% | - |
| XYZ | 12.85 | 16.47 | 32.64 | - |
| YUV | 89.94 | 163.58 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 153 | 0.99 | 0.20 | 0 | 0.4 | 191.84 | 0.99 | 0.3 |
| Hex | 1 | 7B | 99 | 63 | 14 | 0 | 28 | C0 | 63 | 1E |
| Octal | 1 | 173 | 231 | 143 | 24 | 0 | 50 | 300 | 143 | 36 |
| Binary | 1 | 1111011 | 10011001 | 1100011 | 10100 | 0 | 101000 | 11000000 | 1100011 | 11110 |
Color Harmonies of #017B99
Complementary color
Monochromatic Colors of #017B99
Black with #017B99
Text Example
Text Example
White with #017B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017B99; }
p { color: rgb(1,123,153); }
H1.HeaderClassName
{
color: #017B99;
}
.AnyTagClassName
{
color: #017B99;
}
</style>
background-color css
<style>
a { background-color: #017B99; }
a { background-color: rgb(1,123,153); }
div.DivClassName
{
background-color: #017B99;
}
.BgClassName
{
background-color: #017B99;
}
</style>
border-color css
<style>
span { border-color: #017B99; }
span { border-color: rgb(1,123,153); }
td.TdClassName
{
border-color: #017B99;
}
.TagClassName
{
border-color: #017B99;
}
</style>