Shades of Java #188591
Tints of Java #188591
RGB
CMYK
RGB Variations
Color information
#188591 (or 0x188591) is known color: Java. HEX triplet: 18, 85 and 91. RGB value is (24,133,145). Sum of RGB (Red+Green+Blue) = 24+133+145=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #188591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188591 is #E77A6E. Grayscale: #656565. Windows color (decimal): -15170159 or 9536792. OLE color: 9536792.
HSL color Cylindrical-coordinate representation of color #188591: hue angle of 185.95º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188591 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 133 | 145 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.43 |
| HSL | 185.95º | 0.72% | 0.33% | - |
| HSV(B) | 185.95º | 0.83% | 0.57% | - |
| XYZ | 13.88 | 19.01 | 29.73 | - |
| YUV | 101.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 145 | 0.83 | 0.08 | 0 | 0.43 | 185.95 | 0.72 | 0.33 |
| Hex | 18 | 85 | 91 | 53 | 8 | 0 | 2B | BA | 48 | 21 |
| Octal | 30 | 205 | 221 | 123 | 10 | 0 | 53 | 272 | 110 | 41 |
| Binary | 11000 | 10000101 | 10010001 | 1010011 | 1000 | 0 | 101011 | 10111010 | 1001000 | 100001 |
Color Harmonies of #188591
Complementary color
Monochromatic Colors of #188591
Black with #188591
Text Example
Text Example
White with #188591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188591; }
p { color: rgb(24,133,145); }
H1.HeaderClassName
{
color: #188591;
}
.AnyTagClassName
{
color: #188591;
}
</style>
background-color css
<style>
a { background-color: #188591; }
a { background-color: rgb(24,133,145); }
div.DivClassName
{
background-color: #188591;
}
.BgClassName
{
background-color: #188591;
}
</style>
border-color css
<style>
span { border-color: #188591; }
span { border-color: rgb(24,133,145); }
td.TdClassName
{
border-color: #188591;
}
.TagClassName
{
border-color: #188591;
}
</style>