Shades of Java #188494
Tints of Java #188494
RGB
CMYK
RGB Variations
Color information
#188494 (or 0x188494) is known color: Java. HEX triplet: 18, 84 and 94. RGB value is (24,132,148). Sum of RGB (Red+Green+Blue) = 24+132+148=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #188494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188494 is #E77B6B. Grayscale: #656565. Windows color (decimal): -15170412 or 9733144. OLE color: 9733144.
HSL color Cylindrical-coordinate representation of color #188494: hue angle of 187.74º 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 #188494 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 132 | 148 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.42 |
| HSL | 187.74º | 0.72% | 0.34% | - |
| HSV(B) | 187.74º | 0.84% | 0.58% | - |
| XYZ | 13.97 | 18.83 | 30.92 | - |
| YUV | 101.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 148 | 0.84 | 0.11 | 0 | 0.42 | 187.74 | 0.72 | 0.34 |
| Hex | 18 | 84 | 94 | 54 | B | 0 | 2A | BC | 48 | 22 |
| Octal | 30 | 204 | 224 | 124 | 13 | 0 | 52 | 274 | 110 | 42 |
| Binary | 11000 | 10000100 | 10010100 | 1010100 | 1011 | 0 | 101010 | 10111100 | 1001000 | 100010 |
Color Harmonies of #188494
Complementary color
Monochromatic Colors of #188494
Black with #188494
Text Example
Text Example
White with #188494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188494; }
p { color: rgb(24,132,148); }
H1.HeaderClassName
{
color: #188494;
}
.AnyTagClassName
{
color: #188494;
}
</style>
background-color css
<style>
a { background-color: #188494; }
a { background-color: rgb(24,132,148); }
div.DivClassName
{
background-color: #188494;
}
.BgClassName
{
background-color: #188494;
}
</style>
border-color css
<style>
span { border-color: #188494; }
span { border-color: rgb(24,132,148); }
td.TdClassName
{
border-color: #188494;
}
.TagClassName
{
border-color: #188494;
}
</style>