Shades of Java #188798
Tints of Java #188798
RGB
CMYK
RGB Variations
Color information
#188798 (or 0x188798) is known color: Java. HEX triplet: 18, 87 and 98. RGB value is (24,135,152). Sum of RGB (Red+Green+Blue) = 24+135+152=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #188798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188798 is #E77867. Grayscale: #676767. Windows color (decimal): -15169640 or 9996056. OLE color: 9996056.
HSL color Cylindrical-coordinate representation of color #188798: hue angle of 187.97º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188798 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 135 | 152 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.40 |
| HSL | 187.97º | 0.73% | 0.35% | - |
| HSV(B) | 187.97º | 0.84% | 0.6% | - |
| XYZ | 14.71 | 19.79 | 32.75 | - |
| YUV | 103.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 152 | 0.84 | 0.11 | 0 | 0.40 | 187.97 | 0.73 | 0.35 |
| Hex | 18 | 87 | 98 | 54 | B | 0 | 28 | BC | 49 | 23 |
| Octal | 30 | 207 | 230 | 124 | 13 | 0 | 50 | 274 | 111 | 43 |
| Binary | 11000 | 10000111 | 10011000 | 1010100 | 1011 | 0 | 101000 | 10111100 | 1001001 | 100011 |
Color Harmonies of #188798
Complementary color
Monochromatic Colors of #188798
Black with #188798
Text Example
Text Example
White with #188798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188798; }
p { color: rgb(24,135,152); }
H1.HeaderClassName
{
color: #188798;
}
.AnyTagClassName
{
color: #188798;
}
</style>
background-color css
<style>
a { background-color: #188798; }
a { background-color: rgb(24,135,152); }
div.DivClassName
{
background-color: #188798;
}
.BgClassName
{
background-color: #188798;
}
</style>
border-color css
<style>
span { border-color: #188798; }
span { border-color: rgb(24,135,152); }
td.TdClassName
{
border-color: #188798;
}
.TagClassName
{
border-color: #188798;
}
</style>