Shades of Java #189094
Tints of Java #189094
RGB
CMYK
RGB Variations
Color information
#189094 (or 0x189094) is known color: Java. HEX triplet: 18, 90 and 94. RGB value is (24,144,148). Sum of RGB (Red+Green+Blue) = 24+144+148=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #189094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189094 is #E76F6B. Grayscale: #6C6C6C. Windows color (decimal): -15167340 or 9736216. OLE color: 9736216.
HSL color Cylindrical-coordinate representation of color #189094: hue angle of 181.94º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189094 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 144 | 148 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.42 |
| HSL | 181.94º | 0.72% | 0.34% | - |
| HSV(B) | 181.94º | 0.84% | 0.58% | - |
| XYZ | 15.7 | 22.28 | 31.49 | - |
| YUV | 108.58 | 150.24 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 148 | 0.84 | 0.03 | 0 | 0.42 | 181.94 | 0.72 | 0.34 |
| Hex | 18 | 90 | 94 | 54 | 3 | 0 | 2A | B6 | 48 | 22 |
| Octal | 30 | 220 | 224 | 124 | 3 | 0 | 52 | 266 | 110 | 42 |
| Binary | 11000 | 10010000 | 10010100 | 1010100 | 11 | 0 | 101010 | 10110110 | 1001000 | 100010 |
Color Harmonies of #189094
Complementary color
Monochromatic Colors of #189094
Black with #189094
Text Example
Text Example
White with #189094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189094; }
p { color: rgb(24,144,148); }
H1.HeaderClassName
{
color: #189094;
}
.AnyTagClassName
{
color: #189094;
}
</style>
background-color css
<style>
a { background-color: #189094; }
a { background-color: rgb(24,144,148); }
div.DivClassName
{
background-color: #189094;
}
.BgClassName
{
background-color: #189094;
}
</style>
border-color css
<style>
span { border-color: #189094; }
span { border-color: rgb(24,144,148); }
td.TdClassName
{
border-color: #189094;
}
.TagClassName
{
border-color: #189094;
}
</style>