Shades of Eastern Blue #0199A0
Tints of Eastern Blue #0199A0
RGB
CMYK
RGB Variations
Color information
#0199A0 (or 0x0199A0) is known color: Eastern Blue. HEX triplet: 01, 99 and A0. RGB value is (1,153,160). Sum of RGB (Red+Green+Blue) = 1+153+160=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #0199A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199A0 is #FE665F. Grayscale: #6C6C6C. Windows color (decimal): -16672352 or 10524929. OLE color: 10524929.
HSL color Cylindrical-coordinate representation of color #0199A0: hue angle of 182.64º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199A0 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 153 | 160 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.37 |
| HSL | 182.64º | 0.99% | 0.32% | - |
| HSV(B) | 182.64º | 0.99% | 0.63% | - |
| XYZ | 17.75 | 25.33 | 37.21 | - |
| YUV | 108.35 | 157.14 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 160 | 0.99 | 0.04 | 0 | 0.37 | 182.64 | 0.99 | 0.32 |
| Hex | 1 | 99 | A0 | 63 | 4 | 0 | 25 | B7 | 63 | 20 |
| Octal | 1 | 231 | 240 | 143 | 4 | 0 | 45 | 267 | 143 | 40 |
| Binary | 1 | 10011001 | 10100000 | 1100011 | 100 | 0 | 100101 | 10110111 | 1100011 | 100000 |
Color Harmonies of #0199A0
Complementary color
Monochromatic Colors of #0199A0
Black with #0199A0
Text Example
Text Example
White with #0199A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199A0; }
p { color: rgb(1,153,160); }
H1.HeaderClassName
{
color: #0199A0;
}
.AnyTagClassName
{
color: #0199A0;
}
</style>
background-color css
<style>
a { background-color: #0199A0; }
a { background-color: rgb(1,153,160); }
div.DivClassName
{
background-color: #0199A0;
}
.BgClassName
{
background-color: #0199A0;
}
</style>
border-color css
<style>
span { border-color: #0199A0; }
span { border-color: rgb(1,153,160); }
td.TdClassName
{
border-color: #0199A0;
}
.TagClassName
{
border-color: #0199A0;
}
</style>