Shades of Java #14959F
Tints of Java #14959F
RGB
CMYK
RGB Variations
Color information
#14959F (or 0x14959F) is known color: Java. HEX triplet: 14, 95 and 9F. RGB value is (20,149,159). Sum of RGB (Red+Green+Blue) = 20+149+159=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #14959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14959F is #EB6A60. Grayscale: #6F6F6F. Windows color (decimal): -15428193 or 10458388. OLE color: 10458388.
HSL color Cylindrical-coordinate representation of color #14959F: hue angle of 184.32º 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 #14959F is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 149 | 159 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.38 |
| HSL | 184.32º | 0.78% | 0.35% | - |
| HSV(B) | 184.32º | 0.87% | 0.62% | - |
| XYZ | 17.29 | 24.15 | 36.55 | - |
| YUV | 111.57 | 154.76 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 159 | 0.87 | 0.06 | 0 | 0.38 | 184.32 | 0.78 | 0.35 |
| Hex | 14 | 95 | 9F | 57 | 6 | 0 | 26 | B8 | 4E | 23 |
| Octal | 24 | 225 | 237 | 127 | 6 | 0 | 46 | 270 | 116 | 43 |
| Binary | 10100 | 10010101 | 10011111 | 1010111 | 110 | 0 | 100110 | 10111000 | 1001110 | 100011 |
Color Harmonies of #14959F
Complementary color
Monochromatic Colors of #14959F
Black with #14959F
Text Example
Text Example
White with #14959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14959F; }
p { color: rgb(20,149,159); }
H1.HeaderClassName
{
color: #14959F;
}
.AnyTagClassName
{
color: #14959F;
}
</style>
background-color css
<style>
a { background-color: #14959F; }
a { background-color: rgb(20,149,159); }
div.DivClassName
{
background-color: #14959F;
}
.BgClassName
{
background-color: #14959F;
}
</style>
border-color css
<style>
span { border-color: #14959F; }
span { border-color: rgb(20,149,159); }
td.TdClassName
{
border-color: #14959F;
}
.TagClassName
{
border-color: #14959F;
}
</style>