Shades of Java #189098
Tints of Java #189098
RGB
CMYK
RGB Variations
Color information
#189098 (or 0x189098) is known color: Java. HEX triplet: 18, 90 and 98. RGB value is (24,144,152). Sum of RGB (Red+Green+Blue) = 24+144+152=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #189098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189098 is #E76F67. Grayscale: #6C6C6C. Windows color (decimal): -15167336 or 9998360. OLE color: 9998360.
HSL color Cylindrical-coordinate representation of color #189098: hue angle of 183.75º 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 #189098 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 144 | 152 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.40 |
| HSL | 183.75º | 0.73% | 0.35% | - |
| HSV(B) | 183.75º | 0.84% | 0.6% | - |
| XYZ | 16.02 | 22.41 | 33.19 | - |
| YUV | 109.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 152 | 0.84 | 0.05 | 0 | 0.40 | 183.75 | 0.73 | 0.35 |
| Hex | 18 | 90 | 98 | 54 | 5 | 0 | 28 | B8 | 49 | 23 |
| Octal | 30 | 220 | 230 | 124 | 5 | 0 | 50 | 270 | 111 | 43 |
| Binary | 11000 | 10010000 | 10011000 | 1010100 | 101 | 0 | 101000 | 10111000 | 1001001 | 100011 |
Color Harmonies of #189098
Complementary color
Monochromatic Colors of #189098
Black with #189098
Text Example
Text Example
White with #189098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189098; }
p { color: rgb(24,144,152); }
H1.HeaderClassName
{
color: #189098;
}
.AnyTagClassName
{
color: #189098;
}
</style>
background-color css
<style>
a { background-color: #189098; }
a { background-color: rgb(24,144,152); }
div.DivClassName
{
background-color: #189098;
}
.BgClassName
{
background-color: #189098;
}
</style>
border-color css
<style>
span { border-color: #189098; }
span { border-color: rgb(24,144,152); }
td.TdClassName
{
border-color: #189098;
}
.TagClassName
{
border-color: #189098;
}
</style>