Shades of Java #188790
Tints of Java #188790
RGB
CMYK
RGB Variations
Color information
#188790 (or 0x188790) is known color: Java. HEX triplet: 18, 87 and 90. RGB value is (24,135,144). Sum of RGB (Red+Green+Blue) = 24+135+144=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #188790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188790 is #E7786F. Grayscale: #666666. Windows color (decimal): -15169648 or 9471768. OLE color: 9471768.
HSL color Cylindrical-coordinate representation of color #188790: hue angle of 184.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188790 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 135 | 144 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.44 |
| HSL | 184.5º | 0.71% | 0.33% | - |
| HSV(B) | 184.5º | 0.83% | 0.56% | - |
| XYZ | 14.07 | 19.54 | 29.41 | - |
| YUV | 102.84 | 151.23 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 144 | 0.83 | 0.06 | 0 | 0.44 | 184.5 | 0.71 | 0.33 |
| Hex | 18 | 87 | 90 | 53 | 6 | 0 | 2C | B8 | 47 | 21 |
| Octal | 30 | 207 | 220 | 123 | 6 | 0 | 54 | 270 | 107 | 41 |
| Binary | 11000 | 10000111 | 10010000 | 1010011 | 110 | 0 | 101100 | 10111000 | 1000111 | 100001 |
Color Harmonies of #188790
Complementary color
Monochromatic Colors of #188790
Black with #188790
Text Example
Text Example
White with #188790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188790; }
p { color: rgb(24,135,144); }
H1.HeaderClassName
{
color: #188790;
}
.AnyTagClassName
{
color: #188790;
}
</style>
background-color css
<style>
a { background-color: #188790; }
a { background-color: rgb(24,135,144); }
div.DivClassName
{
background-color: #188790;
}
.BgClassName
{
background-color: #188790;
}
</style>
border-color css
<style>
span { border-color: #188790; }
span { border-color: rgb(24,135,144); }
td.TdClassName
{
border-color: #188790;
}
.TagClassName
{
border-color: #188790;
}
</style>