Shades of Java #188FA2
Tints of Java #188FA2
RGB
CMYK
RGB Variations
Color information
#188FA2 (or 0x188FA2) is known color: Java. HEX triplet: 18, 8F and A2. RGB value is (24,143,162). Sum of RGB (Red+Green+Blue) = 24+143+162=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #188FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188FA2 is #E7705D. Grayscale: #6D6D6D. Windows color (decimal): -15167582 or 10653464. OLE color: 10653464.
HSL color Cylindrical-coordinate representation of color #188FA2: hue angle of 188.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188FA2 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 143 | 162 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.36 |
| HSL | 188.26º | 0.74% | 0.36% | - |
| HSV(B) | 188.26º | 0.85% | 0.64% | - |
| XYZ | 16.72 | 22.45 | 37.63 | - |
| YUV | 109.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 162 | 0.85 | 0.12 | 0 | 0.36 | 188.26 | 0.74 | 0.36 |
| Hex | 18 | 8F | A2 | 55 | C | 0 | 24 | BC | 4A | 24 |
| Octal | 30 | 217 | 242 | 125 | 14 | 0 | 44 | 274 | 112 | 44 |
| Binary | 11000 | 10001111 | 10100010 | 1010101 | 1100 | 0 | 100100 | 10111100 | 1001010 | 100100 |
Color Harmonies of #188FA2
Complementary color
Monochromatic Colors of #188FA2
Black with #188FA2
Text Example
Text Example
White with #188FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FA2; }
p { color: rgb(24,143,162); }
H1.HeaderClassName
{
color: #188FA2;
}
.AnyTagClassName
{
color: #188FA2;
}
</style>
background-color css
<style>
a { background-color: #188FA2; }
a { background-color: rgb(24,143,162); }
div.DivClassName
{
background-color: #188FA2;
}
.BgClassName
{
background-color: #188FA2;
}
</style>
border-color css
<style>
span { border-color: #188FA2; }
span { border-color: rgb(24,143,162); }
td.TdClassName
{
border-color: #188FA2;
}
.TagClassName
{
border-color: #188FA2;
}
</style>