Shades of Java #188795
Tints of Java #188795
RGB
CMYK
RGB Variations
Color information
#188795 (or 0x188795) is known color: Java. HEX triplet: 18, 87 and 95. RGB value is (24,135,149). Sum of RGB (Red+Green+Blue) = 24+135+149=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #188795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188795 is #E7786A. Grayscale: #676767. Windows color (decimal): -15169643 or 9799448. OLE color: 9799448.
HSL color Cylindrical-coordinate representation of color #188795: hue angle of 186.72º 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 #188795 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 135 | 149 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.42 |
| HSL | 186.72º | 0.72% | 0.34% | - |
| HSV(B) | 186.72º | 0.84% | 0.58% | - |
| XYZ | 14.47 | 19.69 | 31.47 | - |
| YUV | 103.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 149 | 0.84 | 0.09 | 0 | 0.42 | 186.72 | 0.72 | 0.34 |
| Hex | 18 | 87 | 95 | 54 | 9 | 0 | 2A | BB | 48 | 22 |
| Octal | 30 | 207 | 225 | 124 | 11 | 0 | 52 | 273 | 110 | 42 |
| Binary | 11000 | 10000111 | 10010101 | 1010100 | 1001 | 0 | 101010 | 10111011 | 1001000 | 100010 |
Color Harmonies of #188795
Complementary color
Monochromatic Colors of #188795
Black with #188795
Text Example
Text Example
White with #188795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188795; }
p { color: rgb(24,135,149); }
H1.HeaderClassName
{
color: #188795;
}
.AnyTagClassName
{
color: #188795;
}
</style>
background-color css
<style>
a { background-color: #188795; }
a { background-color: rgb(24,135,149); }
div.DivClassName
{
background-color: #188795;
}
.BgClassName
{
background-color: #188795;
}
</style>
border-color css
<style>
span { border-color: #188795; }
span { border-color: rgb(24,135,149); }
td.TdClassName
{
border-color: #188795;
}
.TagClassName
{
border-color: #188795;
}
</style>