Shades of Eastern Blue #0190A7
Tints of Eastern Blue #0190A7
RGB
CMYK
RGB Variations
Color information
#0190A7 (or 0x0190A7) is known color: Eastern Blue. HEX triplet: 01, 90 and A7. RGB value is (1,144,167). Sum of RGB (Red+Green+Blue) = 1+144+167=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #0190A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0190A7 is #FE6F58. Grayscale: #676767. Windows color (decimal): -16674649 or 10981377. OLE color: 10981377.
HSL color Cylindrical-coordinate representation of color #0190A7: hue angle of 188.31º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0190A7 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 144 | 167 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.35 |
| HSL | 188.31º | 0.99% | 0.33% | - |
| HSV(B) | 188.31º | 0.99% | 0.65% | - |
| XYZ | 16.96 | 22.74 | 40.06 | - |
| YUV | 103.87 | 163.62 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 167 | 0.99 | 0.14 | 0 | 0.35 | 188.31 | 0.99 | 0.33 |
| Hex | 1 | 90 | A7 | 63 | E | 0 | 23 | BC | 63 | 21 |
| Octal | 1 | 220 | 247 | 143 | 16 | 0 | 43 | 274 | 143 | 41 |
| Binary | 1 | 10010000 | 10100111 | 1100011 | 1110 | 0 | 100011 | 10111100 | 1100011 | 100001 |
Color Harmonies of #0190A7
Complementary color
Monochromatic Colors of #0190A7
Black with #0190A7
Text Example
Text Example
White with #0190A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0190A7; }
p { color: rgb(1,144,167); }
H1.HeaderClassName
{
color: #0190A7;
}
.AnyTagClassName
{
color: #0190A7;
}
</style>
background-color css
<style>
a { background-color: #0190A7; }
a { background-color: rgb(1,144,167); }
div.DivClassName
{
background-color: #0190A7;
}
.BgClassName
{
background-color: #0190A7;
}
</style>
border-color css
<style>
span { border-color: #0190A7; }
span { border-color: rgb(1,144,167); }
td.TdClassName
{
border-color: #0190A7;
}
.TagClassName
{
border-color: #0190A7;
}
</style>