Shades of Eastern Blue #188195
Tints of Eastern Blue #188195
RGB
CMYK
RGB Variations
Color information
#188195 (or 0x188195) is known color: Eastern Blue. HEX triplet: 18, 81 and 95. RGB value is (24,129,149). Sum of RGB (Red+Green+Blue) = 24+129+149=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #188195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188195 is #E77E6A. Grayscale: #636363. Windows color (decimal): -15171179 or 9797912. OLE color: 9797912.
HSL color Cylindrical-coordinate representation of color #188195: hue angle of 189.6º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188195 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 129 | 149 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.42 |
| HSL | 189.6º | 0.72% | 0.34% | - |
| HSV(B) | 189.6º | 0.84% | 0.58% | - |
| XYZ | 13.65 | 18.06 | 31.2 | - |
| YUV | 99.89 | 155.71 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 149 | 0.84 | 0.13 | 0 | 0.42 | 189.6 | 0.72 | 0.34 |
| Hex | 18 | 81 | 95 | 54 | D | 0 | 2A | BE | 48 | 22 |
| Octal | 30 | 201 | 225 | 124 | 15 | 0 | 52 | 276 | 110 | 42 |
| Binary | 11000 | 10000001 | 10010101 | 1010100 | 1101 | 0 | 101010 | 10111110 | 1001000 | 100010 |
Color Harmonies of #188195
Complementary color
Monochromatic Colors of #188195
Black with #188195
Text Example
Text Example
White with #188195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188195; }
p { color: rgb(24,129,149); }
H1.HeaderClassName
{
color: #188195;
}
.AnyTagClassName
{
color: #188195;
}
</style>
background-color css
<style>
a { background-color: #188195; }
a { background-color: rgb(24,129,149); }
div.DivClassName
{
background-color: #188195;
}
.BgClassName
{
background-color: #188195;
}
</style>
border-color css
<style>
span { border-color: #188195; }
span { border-color: rgb(24,129,149); }
td.TdClassName
{
border-color: #188195;
}
.TagClassName
{
border-color: #188195;
}
</style>