Shades of Java #189198
Tints of Java #189198
RGB
CMYK
RGB Variations
Color information
#189198 (or 0x189198) is known color: Java. HEX triplet: 18, 91 and 98. RGB value is (24,145,152). Sum of RGB (Red+Green+Blue) = 24+145+152=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #189198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189198 is #E76E67. Grayscale: #6D6D6D. Windows color (decimal): -15167080 or 9998616. OLE color: 9998616.
HSL color Cylindrical-coordinate representation of color #189198: hue angle of 183.28º 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 #189198 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 145 | 152 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.40 |
| HSL | 183.28º | 0.73% | 0.35% | - |
| HSV(B) | 183.28º | 0.84% | 0.6% | - |
| XYZ | 16.17 | 22.71 | 33.24 | - |
| YUV | 109.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 152 | 0.84 | 0.05 | 0 | 0.40 | 183.28 | 0.73 | 0.35 |
| Hex | 18 | 91 | 98 | 54 | 5 | 0 | 28 | B7 | 49 | 23 |
| Octal | 30 | 221 | 230 | 124 | 5 | 0 | 50 | 267 | 111 | 43 |
| Binary | 11000 | 10010001 | 10011000 | 1010100 | 101 | 0 | 101000 | 10110111 | 1001001 | 100011 |
Color Harmonies of #189198
Complementary color
Monochromatic Colors of #189198
Black with #189198
Text Example
Text Example
White with #189198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189198; }
p { color: rgb(24,145,152); }
H1.HeaderClassName
{
color: #189198;
}
.AnyTagClassName
{
color: #189198;
}
</style>
background-color css
<style>
a { background-color: #189198; }
a { background-color: rgb(24,145,152); }
div.DivClassName
{
background-color: #189198;
}
.BgClassName
{
background-color: #189198;
}
</style>
border-color css
<style>
span { border-color: #189198; }
span { border-color: rgb(24,145,152); }
td.TdClassName
{
border-color: #189198;
}
.TagClassName
{
border-color: #189198;
}
</style>