Shades of Java #189498
Tints of Java #189498
RGB
CMYK
RGB Variations
Color information
#189498 (or 0x189498) is known color: Java. HEX triplet: 18, 94 and 98. RGB value is (24,148,152). Sum of RGB (Red+Green+Blue) = 24+148+152=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #189498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189498 is #E76B67. Grayscale: #6F6F6F. Windows color (decimal): -15166312 or 9999384. OLE color: 9999384.
HSL color Cylindrical-coordinate representation of color #189498: hue angle of 181.88º 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 #189498 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 148 | 152 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.40 |
| HSL | 181.88º | 0.73% | 0.35% | - |
| HSV(B) | 181.88º | 0.84% | 0.6% | - |
| XYZ | 16.63 | 23.64 | 33.39 | - |
| YUV | 111.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 152 | 0.84 | 0.03 | 0 | 0.40 | 181.88 | 0.73 | 0.35 |
| Hex | 18 | 94 | 98 | 54 | 3 | 0 | 28 | B6 | 49 | 23 |
| Octal | 30 | 224 | 230 | 124 | 3 | 0 | 50 | 266 | 111 | 43 |
| Binary | 11000 | 10010100 | 10011000 | 1010100 | 11 | 0 | 101000 | 10110110 | 1001001 | 100011 |
Color Harmonies of #189498
Complementary color
Monochromatic Colors of #189498
Black with #189498
Text Example
Text Example
White with #189498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189498; }
p { color: rgb(24,148,152); }
H1.HeaderClassName
{
color: #189498;
}
.AnyTagClassName
{
color: #189498;
}
</style>
background-color css
<style>
a { background-color: #189498; }
a { background-color: rgb(24,148,152); }
div.DivClassName
{
background-color: #189498;
}
.BgClassName
{
background-color: #189498;
}
</style>
border-color css
<style>
span { border-color: #189498; }
span { border-color: rgb(24,148,152); }
td.TdClassName
{
border-color: #189498;
}
.TagClassName
{
border-color: #189498;
}
</style>