Shades of Eastern Blue #188092
Tints of Eastern Blue #188092
RGB
CMYK
RGB Variations
Color information
#188092 (or 0x188092) is known color: Eastern Blue. HEX triplet: 18, 80 and 92. RGB value is (24,128,146). Sum of RGB (Red+Green+Blue) = 24+128+146=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #188092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188092 is #E77F6D. Grayscale: #626262. Windows color (decimal): -15171438 or 9601048. OLE color: 9601048.
HSL color Cylindrical-coordinate representation of color #188092: hue angle of 188.85º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188092 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 128 | 146 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.43 |
| HSL | 188.85º | 0.72% | 0.33% | - |
| HSV(B) | 188.85º | 0.84% | 0.57% | - |
| XYZ | 13.28 | 17.71 | 29.91 | - |
| YUV | 98.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 146 | 0.84 | 0.12 | 0 | 0.43 | 188.85 | 0.72 | 0.33 |
| Hex | 18 | 80 | 92 | 54 | C | 0 | 2B | BD | 48 | 21 |
| Octal | 30 | 200 | 222 | 124 | 14 | 0 | 53 | 275 | 110 | 41 |
| Binary | 11000 | 10000000 | 10010010 | 1010100 | 1100 | 0 | 101011 | 10111101 | 1001000 | 100001 |
Color Harmonies of #188092
Complementary color
Monochromatic Colors of #188092
Black with #188092
Text Example
Text Example
White with #188092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188092; }
p { color: rgb(24,128,146); }
H1.HeaderClassName
{
color: #188092;
}
.AnyTagClassName
{
color: #188092;
}
</style>
background-color css
<style>
a { background-color: #188092; }
a { background-color: rgb(24,128,146); }
div.DivClassName
{
background-color: #188092;
}
.BgClassName
{
background-color: #188092;
}
</style>
border-color css
<style>
span { border-color: #188092; }
span { border-color: rgb(24,128,146); }
td.TdClassName
{
border-color: #188092;
}
.TagClassName
{
border-color: #188092;
}
</style>