Shades of Eastern Blue #188294
Tints of Eastern Blue #188294
RGB
CMYK
RGB Variations
Color information
#188294 (or 0x188294) is known color: Eastern Blue. HEX triplet: 18, 82 and 94. RGB value is (24,130,148). Sum of RGB (Red+Green+Blue) = 24+130+148=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #188294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188294 is #E77D6B. Grayscale: #646464. Windows color (decimal): -15170924 or 9732632. OLE color: 9732632.
HSL color Cylindrical-coordinate representation of color #188294: hue angle of 188.71º 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 #188294 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 130 | 148 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.42 |
| HSL | 188.71º | 0.72% | 0.34% | - |
| HSV(B) | 188.71º | 0.84% | 0.58% | - |
| XYZ | 13.7 | 18.3 | 30.83 | - |
| YUV | 100.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 148 | 0.84 | 0.12 | 0 | 0.42 | 188.71 | 0.72 | 0.34 |
| Hex | 18 | 82 | 94 | 54 | C | 0 | 2A | BD | 48 | 22 |
| Octal | 30 | 202 | 224 | 124 | 14 | 0 | 52 | 275 | 110 | 42 |
| Binary | 11000 | 10000010 | 10010100 | 1010100 | 1100 | 0 | 101010 | 10111101 | 1001000 | 100010 |
Color Harmonies of #188294
Complementary color
Monochromatic Colors of #188294
Black with #188294
Text Example
Text Example
White with #188294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188294; }
p { color: rgb(24,130,148); }
H1.HeaderClassName
{
color: #188294;
}
.AnyTagClassName
{
color: #188294;
}
</style>
background-color css
<style>
a { background-color: #188294; }
a { background-color: rgb(24,130,148); }
div.DivClassName
{
background-color: #188294;
}
.BgClassName
{
background-color: #188294;
}
</style>
border-color css
<style>
span { border-color: #188294; }
span { border-color: rgb(24,130,148); }
td.TdClassName
{
border-color: #188294;
}
.TagClassName
{
border-color: #188294;
}
</style>