Shades of Java #188597
Tints of Java #188597
RGB
CMYK
RGB Variations
Color information
#188597 (or 0x188597) is known color: Java. HEX triplet: 18, 85 and 97. RGB value is (24,133,151). Sum of RGB (Red+Green+Blue) = 24+133+151=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #188597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188597 is #E77A68. Grayscale: #666666. Windows color (decimal): -15170153 or 9930008. OLE color: 9930008.
HSL color Cylindrical-coordinate representation of color #188597: hue angle of 188.5º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188597 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 133 | 151 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.41 |
| HSL | 188.5º | 0.73% | 0.34% | - |
| HSV(B) | 188.5º | 0.84% | 0.59% | - |
| XYZ | 14.35 | 19.2 | 32.23 | - |
| YUV | 102.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 151 | 0.84 | 0.12 | 0 | 0.41 | 188.5 | 0.73 | 0.34 |
| Hex | 18 | 85 | 97 | 54 | C | 0 | 29 | BD | 49 | 22 |
| Octal | 30 | 205 | 227 | 124 | 14 | 0 | 51 | 275 | 111 | 42 |
| Binary | 11000 | 10000101 | 10010111 | 1010100 | 1100 | 0 | 101001 | 10111101 | 1001001 | 100010 |
Color Harmonies of #188597
Complementary color
Monochromatic Colors of #188597
Black with #188597
Text Example
Text Example
White with #188597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188597; }
p { color: rgb(24,133,151); }
H1.HeaderClassName
{
color: #188597;
}
.AnyTagClassName
{
color: #188597;
}
</style>
background-color css
<style>
a { background-color: #188597; }
a { background-color: rgb(24,133,151); }
div.DivClassName
{
background-color: #188597;
}
.BgClassName
{
background-color: #188597;
}
</style>
border-color css
<style>
span { border-color: #188597; }
span { border-color: rgb(24,133,151); }
td.TdClassName
{
border-color: #188597;
}
.TagClassName
{
border-color: #188597;
}
</style>