Shades of Java #14939C
Tints of Java #14939C
RGB
CMYK
RGB Variations
Color information
#14939C (or 0x14939C) is known color: Java. HEX triplet: 14, 93 and 9C. RGB value is (20,147,156). Sum of RGB (Red+Green+Blue) = 20+147+156=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #14939C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14939C is #EB6C63. Grayscale: #6D6D6D. Windows color (decimal): -15428708 or 10261268. OLE color: 10261268.
HSL color Cylindrical-coordinate representation of color #14939C: hue angle of 183.97º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14939C is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 147 | 156 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.39 |
| HSL | 183.97º | 0.77% | 0.35% | - |
| HSV(B) | 183.97º | 0.87% | 0.61% | - |
| XYZ | 16.72 | 23.42 | 35.09 | - |
| YUV | 110.05 | 153.92 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 156 | 0.87 | 0.06 | 0 | 0.39 | 183.97 | 0.77 | 0.35 |
| Hex | 14 | 93 | 9C | 57 | 6 | 0 | 27 | B8 | 4D | 23 |
| Octal | 24 | 223 | 234 | 127 | 6 | 0 | 47 | 270 | 115 | 43 |
| Binary | 10100 | 10010011 | 10011100 | 1010111 | 110 | 0 | 100111 | 10111000 | 1001101 | 100011 |
Color Harmonies of #14939C
Complementary color
Monochromatic Colors of #14939C
Black with #14939C
Text Example
Text Example
White with #14939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14939C; }
p { color: rgb(20,147,156); }
H1.HeaderClassName
{
color: #14939C;
}
.AnyTagClassName
{
color: #14939C;
}
</style>
background-color css
<style>
a { background-color: #14939C; }
a { background-color: rgb(20,147,156); }
div.DivClassName
{
background-color: #14939C;
}
.BgClassName
{
background-color: #14939C;
}
</style>
border-color css
<style>
span { border-color: #14939C; }
span { border-color: rgb(20,147,156); }
td.TdClassName
{
border-color: #14939C;
}
.TagClassName
{
border-color: #14939C;
}
</style>