Shades of Eastern Blue #017A90
Tints of Eastern Blue #017A90
RGB
CMYK
RGB Variations
Color information
#017A90 (or 0x017A90) is known color: Eastern Blue. HEX triplet: 01, 7A and 90. RGB value is (1,122,144). Sum of RGB (Red+Green+Blue) = 1+122+144=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #017A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A90 is #FE856F. Grayscale: #585858. Windows color (decimal): -16680304 or 9468417. OLE color: 9468417.
HSL color Cylindrical-coordinate representation of color #017A90: hue angle of 189.23º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A90 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 122 | 144 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.44 |
| HSL | 189.23º | 0.99% | 0.28% | - |
| HSV(B) | 189.23º | 0.99% | 0.56% | - |
| XYZ | 12.01 | 15.94 | 28.83 | - |
| YUV | 88.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 144 | 0.99 | 0.15 | 0 | 0.44 | 189.23 | 0.99 | 0.28 |
| Hex | 1 | 7A | 90 | 63 | F | 0 | 2C | BD | 63 | 1C |
| Octal | 1 | 172 | 220 | 143 | 17 | 0 | 54 | 275 | 143 | 34 |
| Binary | 1 | 1111010 | 10010000 | 1100011 | 1111 | 0 | 101100 | 10111101 | 1100011 | 11100 |
Color Harmonies of #017A90
Complementary color
Monochromatic Colors of #017A90
Black with #017A90
Text Example
Text Example
White with #017A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A90; }
p { color: rgb(1,122,144); }
H1.HeaderClassName
{
color: #017A90;
}
.AnyTagClassName
{
color: #017A90;
}
</style>
background-color css
<style>
a { background-color: #017A90; }
a { background-color: rgb(1,122,144); }
div.DivClassName
{
background-color: #017A90;
}
.BgClassName
{
background-color: #017A90;
}
</style>
border-color css
<style>
span { border-color: #017A90; }
span { border-color: rgb(1,122,144); }
td.TdClassName
{
border-color: #017A90;
}
.TagClassName
{
border-color: #017A90;
}
</style>