Shades of Java #189399
Tints of Java #189399
RGB
CMYK
RGB Variations
Color information
#189399 (or 0x189399) is known color: Java. HEX triplet: 18, 93 and 99. RGB value is (24,147,153). Sum of RGB (Red+Green+Blue) = 24+147+153=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #189399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189399 is #E76C66. Grayscale: #6E6E6E. Windows color (decimal): -15166567 or 10064664. OLE color: 10064664.
HSL color Cylindrical-coordinate representation of color #189399: hue angle of 182.79º 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 #189399 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 147 | 153 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.4 |
| HSL | 182.79º | 0.73% | 0.35% | - |
| HSV(B) | 182.79º | 0.84% | 0.6% | - |
| XYZ | 16.56 | 23.36 | 33.77 | - |
| YUV | 110.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 153 | 0.84 | 0.04 | 0 | 0.4 | 182.79 | 0.73 | 0.35 |
| Hex | 18 | 93 | 99 | 54 | 4 | 0 | 28 | B7 | 49 | 23 |
| Octal | 30 | 223 | 231 | 124 | 4 | 0 | 50 | 267 | 111 | 43 |
| Binary | 11000 | 10010011 | 10011001 | 1010100 | 100 | 0 | 101000 | 10110111 | 1001001 | 100011 |
Color Harmonies of #189399
Complementary color
Monochromatic Colors of #189399
Black with #189399
Text Example
Text Example
White with #189399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189399; }
p { color: rgb(24,147,153); }
H1.HeaderClassName
{
color: #189399;
}
.AnyTagClassName
{
color: #189399;
}
</style>
background-color css
<style>
a { background-color: #189399; }
a { background-color: rgb(24,147,153); }
div.DivClassName
{
background-color: #189399;
}
.BgClassName
{
background-color: #189399;
}
</style>
border-color css
<style>
span { border-color: #189399; }
span { border-color: rgb(24,147,153); }
td.TdClassName
{
border-color: #189399;
}
.TagClassName
{
border-color: #189399;
}
</style>