Shades of Java #189097
Tints of Java #189097
RGB
CMYK
RGB Variations
Color information
#189097 (or 0x189097) is known color: Java. HEX triplet: 18, 90 and 97. RGB value is (24,144,151). Sum of RGB (Red+Green+Blue) = 24+144+151=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #189097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189097 is #E76F68. Grayscale: #6C6C6C. Windows color (decimal): -15167337 or 9932824. OLE color: 9932824.
HSL color Cylindrical-coordinate representation of color #189097: hue angle of 183.31º 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 #189097 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 144 | 151 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.41 |
| HSL | 183.31º | 0.73% | 0.34% | - |
| HSV(B) | 183.31º | 0.84% | 0.59% | - |
| XYZ | 15.94 | 22.38 | 32.76 | - |
| YUV | 108.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 151 | 0.84 | 0.05 | 0 | 0.41 | 183.31 | 0.73 | 0.34 |
| Hex | 18 | 90 | 97 | 54 | 5 | 0 | 29 | B7 | 49 | 22 |
| Octal | 30 | 220 | 227 | 124 | 5 | 0 | 51 | 267 | 111 | 42 |
| Binary | 11000 | 10010000 | 10010111 | 1010100 | 101 | 0 | 101001 | 10110111 | 1001001 | 100010 |
Color Harmonies of #189097
Complementary color
Monochromatic Colors of #189097
Black with #189097
Text Example
Text Example
White with #189097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189097; }
p { color: rgb(24,144,151); }
H1.HeaderClassName
{
color: #189097;
}
.AnyTagClassName
{
color: #189097;
}
</style>
background-color css
<style>
a { background-color: #189097; }
a { background-color: rgb(24,144,151); }
div.DivClassName
{
background-color: #189097;
}
.BgClassName
{
background-color: #189097;
}
</style>
border-color css
<style>
span { border-color: #189097; }
span { border-color: rgb(24,144,151); }
td.TdClassName
{
border-color: #189097;
}
.TagClassName
{
border-color: #189097;
}
</style>