Shades of Eastern Blue #198093
Tints of Eastern Blue #198093
RGB
CMYK
RGB Variations
Color information
#198093 (or 0x198093) is known color: Eastern Blue. HEX triplet: 19, 80 and 93. RGB value is (25,128,147). Sum of RGB (Red+Green+Blue) = 25+128+147=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #198093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198093 is #E67F6C. Grayscale: #636363. Windows color (decimal): -15105901 or 9666585. OLE color: 9666585.
HSL color Cylindrical-coordinate representation of color #198093: hue angle of 189.34º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198093 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 128 | 147 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.42 |
| HSL | 189.34º | 0.71% | 0.34% | - |
| HSV(B) | 189.34º | 0.83% | 0.58% | - |
| XYZ | 13.39 | 17.75 | 30.32 | - |
| YUV | 99.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 147 | 0.83 | 0.13 | 0 | 0.42 | 189.34 | 0.71 | 0.34 |
| Hex | 19 | 80 | 93 | 53 | D | 0 | 2A | BD | 47 | 22 |
| Octal | 31 | 200 | 223 | 123 | 15 | 0 | 52 | 275 | 107 | 42 |
| Binary | 11001 | 10000000 | 10010011 | 1010011 | 1101 | 0 | 101010 | 10111101 | 1000111 | 100010 |
Color Harmonies of #198093
Complementary color
Monochromatic Colors of #198093
Black with #198093
Text Example
Text Example
White with #198093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198093; }
p { color: rgb(25,128,147); }
H1.HeaderClassName
{
color: #198093;
}
.AnyTagClassName
{
color: #198093;
}
</style>
background-color css
<style>
a { background-color: #198093; }
a { background-color: rgb(25,128,147); }
div.DivClassName
{
background-color: #198093;
}
.BgClassName
{
background-color: #198093;
}
</style>
border-color css
<style>
span { border-color: #198093; }
span { border-color: rgb(25,128,147); }
td.TdClassName
{
border-color: #198093;
}
.TagClassName
{
border-color: #198093;
}
</style>