Shades of Java #14939E
Tints of Java #14939E
RGB
CMYK
RGB Variations
Color information
#14939E (or 0x14939E) is known color: Java. HEX triplet: 14, 93 and 9E. RGB value is (20,147,158). Sum of RGB (Red+Green+Blue) = 20+147+158=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #14939E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14939E is #EB6C61. Grayscale: #6E6E6E. Windows color (decimal): -15428706 or 10392340. OLE color: 10392340.
HSL color Cylindrical-coordinate representation of color #14939E: hue angle of 184.78º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14939E is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 147 | 158 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.38 |
| HSL | 184.78º | 0.78% | 0.35% | - |
| HSV(B) | 184.78º | 0.87% | 0.62% | - |
| XYZ | 16.89 | 23.48 | 35.99 | - |
| YUV | 110.28 | 154.92 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 158 | 0.87 | 0.07 | 0 | 0.38 | 184.78 | 0.78 | 0.35 |
| Hex | 14 | 93 | 9E | 57 | 7 | 0 | 26 | B9 | 4E | 23 |
| Octal | 24 | 223 | 236 | 127 | 7 | 0 | 46 | 271 | 116 | 43 |
| Binary | 10100 | 10010011 | 10011110 | 1010111 | 111 | 0 | 100110 | 10111001 | 1001110 | 100011 |
Color Harmonies of #14939E
Complementary color
Monochromatic Colors of #14939E
Black with #14939E
Text Example
Text Example
White with #14939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14939E; }
p { color: rgb(20,147,158); }
H1.HeaderClassName
{
color: #14939E;
}
.AnyTagClassName
{
color: #14939E;
}
</style>
background-color css
<style>
a { background-color: #14939E; }
a { background-color: rgb(20,147,158); }
div.DivClassName
{
background-color: #14939E;
}
.BgClassName
{
background-color: #14939E;
}
</style>
border-color css
<style>
span { border-color: #14939E; }
span { border-color: rgb(20,147,158); }
td.TdClassName
{
border-color: #14939E;
}
.TagClassName
{
border-color: #14939E;
}
</style>