Shades of Eastern Blue #017F9B
Tints of Eastern Blue #017F9B
RGB
CMYK
RGB Variations
Color information
#017F9B (or 0x017F9B) is known color: Eastern Blue. HEX triplet: 01, 7F and 9B. RGB value is (1,127,155). Sum of RGB (Red+Green+Blue) = 1+127+155=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #017F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F9B is #FE8064. Grayscale: #5C5C5C. Windows color (decimal): -16679013 or 10190593. OLE color: 10190593.
HSL color Cylindrical-coordinate representation of color #017F9B: hue angle of 190.91º 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 #017F9B is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 127 | 155 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.39 |
| HSL | 190.91º | 0.99% | 0.31% | - |
| HSV(B) | 190.91º | 0.99% | 0.61% | - |
| XYZ | 13.52 | 17.55 | 33.69 | - |
| YUV | 92.52 | 163.26 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 155 | 0.99 | 0.18 | 0 | 0.39 | 190.91 | 0.99 | 0.31 |
| Hex | 1 | 7F | 9B | 63 | 12 | 0 | 27 | BF | 63 | 1F |
| Octal | 1 | 177 | 233 | 143 | 22 | 0 | 47 | 277 | 143 | 37 |
| Binary | 1 | 1111111 | 10011011 | 1100011 | 10010 | 0 | 100111 | 10111111 | 1100011 | 11111 |
Color Harmonies of #017F9B
Complementary color
Monochromatic Colors of #017F9B
Black with #017F9B
Text Example
Text Example
White with #017F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F9B; }
p { color: rgb(1,127,155); }
H1.HeaderClassName
{
color: #017F9B;
}
.AnyTagClassName
{
color: #017F9B;
}
</style>
background-color css
<style>
a { background-color: #017F9B; }
a { background-color: rgb(1,127,155); }
div.DivClassName
{
background-color: #017F9B;
}
.BgClassName
{
background-color: #017F9B;
}
</style>
border-color css
<style>
span { border-color: #017F9B; }
span { border-color: rgb(1,127,155); }
td.TdClassName
{
border-color: #017F9B;
}
.TagClassName
{
border-color: #017F9B;
}
</style>