Shades of Eastern Blue #0198A1
Tints of Eastern Blue #0198A1
RGB
CMYK
RGB Variations
Color information
#0198A1 (or 0x0198A1) is known color: Eastern Blue. HEX triplet: 01, 98 and A1. RGB value is (1,152,161). Sum of RGB (Red+Green+Blue) = 1+152+161=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #0198A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198A1 is #FE675E. Grayscale: #6B6B6B. Windows color (decimal): -16672607 or 10590209. OLE color: 10590209.
HSL color Cylindrical-coordinate representation of color #0198A1: hue angle of 183.38º 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 #0198A1 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 152 | 161 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.37 |
| HSL | 183.38º | 0.99% | 0.32% | - |
| HSV(B) | 183.38º | 0.99% | 0.63% | - |
| XYZ | 17.67 | 25.04 | 37.62 | - |
| YUV | 107.88 | 157.97 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 161 | 0.99 | 0.06 | 0 | 0.37 | 183.38 | 0.99 | 0.32 |
| Hex | 1 | 98 | A1 | 63 | 6 | 0 | 25 | B7 | 63 | 20 |
| Octal | 1 | 230 | 241 | 143 | 6 | 0 | 45 | 267 | 143 | 40 |
| Binary | 1 | 10011000 | 10100001 | 1100011 | 110 | 0 | 100101 | 10110111 | 1100011 | 100000 |
Color Harmonies of #0198A1
Complementary color
Monochromatic Colors of #0198A1
Black with #0198A1
Text Example
Text Example
White with #0198A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198A1; }
p { color: rgb(1,152,161); }
H1.HeaderClassName
{
color: #0198A1;
}
.AnyTagClassName
{
color: #0198A1;
}
</style>
background-color css
<style>
a { background-color: #0198A1; }
a { background-color: rgb(1,152,161); }
div.DivClassName
{
background-color: #0198A1;
}
.BgClassName
{
background-color: #0198A1;
}
</style>
border-color css
<style>
span { border-color: #0198A1; }
span { border-color: rgb(1,152,161); }
td.TdClassName
{
border-color: #0198A1;
}
.TagClassName
{
border-color: #0198A1;
}
</style>