Shades of Java #14939B
Tints of Java #14939B
RGB
CMYK
RGB Variations
Color information
#14939B (or 0x14939B) is known color: Java. HEX triplet: 14, 93 and 9B. RGB value is (20,147,155). Sum of RGB (Red+Green+Blue) = 20+147+155=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #14939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14939B is #EB6C64. Grayscale: #6D6D6D. Windows color (decimal): -15428709 or 10195732. OLE color: 10195732.
HSL color Cylindrical-coordinate representation of color #14939B: hue angle of 183.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14939B is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 147 | 155 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.39 |
| HSL | 183.56º | 0.77% | 0.34% | - |
| HSV(B) | 183.56º | 0.87% | 0.61% | - |
| XYZ | 16.64 | 23.38 | 34.65 | - |
| YUV | 109.94 | 153.42 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 155 | 0.87 | 0.05 | 0 | 0.39 | 183.56 | 0.77 | 0.34 |
| Hex | 14 | 93 | 9B | 57 | 5 | 0 | 27 | B8 | 4D | 22 |
| Octal | 24 | 223 | 233 | 127 | 5 | 0 | 47 | 270 | 115 | 42 |
| Binary | 10100 | 10010011 | 10011011 | 1010111 | 101 | 0 | 100111 | 10111000 | 1001101 | 100010 |
Color Harmonies of #14939B
Complementary color
Monochromatic Colors of #14939B
Black with #14939B
Text Example
Text Example
White with #14939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14939B; }
p { color: rgb(20,147,155); }
H1.HeaderClassName
{
color: #14939B;
}
.AnyTagClassName
{
color: #14939B;
}
</style>
background-color css
<style>
a { background-color: #14939B; }
a { background-color: rgb(20,147,155); }
div.DivClassName
{
background-color: #14939B;
}
.BgClassName
{
background-color: #14939B;
}
</style>
border-color css
<style>
span { border-color: #14939B; }
span { border-color: rgb(20,147,155); }
td.TdClassName
{
border-color: #14939B;
}
.TagClassName
{
border-color: #14939B;
}
</style>