Shades of Eastern Blue #0198A0
Tints of Eastern Blue #0198A0
RGB
CMYK
RGB Variations
Color information
#0198A0 (or 0x0198A0) is known color: Eastern Blue. HEX triplet: 01, 98 and A0. RGB value is (1,152,160). Sum of RGB (Red+Green+Blue) = 1+152+160=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #0198A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198A0 is #FE675F. Grayscale: #6B6B6B. Windows color (decimal): -16672608 or 10524673. OLE color: 10524673.
HSL color Cylindrical-coordinate representation of color #0198A0: hue angle of 183.02º 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 #0198A0 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 152 | 160 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.37 |
| HSL | 183.02º | 0.99% | 0.32% | - |
| HSV(B) | 183.02º | 0.99% | 0.63% | - |
| XYZ | 17.59 | 25 | 37.16 | - |
| YUV | 107.76 | 157.47 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 160 | 0.99 | 0.05 | 0 | 0.37 | 183.02 | 0.99 | 0.32 |
| Hex | 1 | 98 | A0 | 63 | 5 | 0 | 25 | B7 | 63 | 20 |
| Octal | 1 | 230 | 240 | 143 | 5 | 0 | 45 | 267 | 143 | 40 |
| Binary | 1 | 10011000 | 10100000 | 1100011 | 101 | 0 | 100101 | 10110111 | 1100011 | 100000 |
Color Harmonies of #0198A0
Complementary color
Monochromatic Colors of #0198A0
Black with #0198A0
Text Example
Text Example
White with #0198A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198A0; }
p { color: rgb(1,152,160); }
H1.HeaderClassName
{
color: #0198A0;
}
.AnyTagClassName
{
color: #0198A0;
}
</style>
background-color css
<style>
a { background-color: #0198A0; }
a { background-color: rgb(1,152,160); }
div.DivClassName
{
background-color: #0198A0;
}
.BgClassName
{
background-color: #0198A0;
}
</style>
border-color css
<style>
span { border-color: #0198A0; }
span { border-color: rgb(1,152,160); }
td.TdClassName
{
border-color: #0198A0;
}
.TagClassName
{
border-color: #0198A0;
}
</style>