Shades of Java #14919F
Tints of Java #14919F
RGB
CMYK
RGB Variations
Color information
#14919F (or 0x14919F) is known color: Java. HEX triplet: 14, 91 and 9F. RGB value is (20,145,159). Sum of RGB (Red+Green+Blue) = 20+145+159=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #14919F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14919F is #EB6E60. Grayscale: #6D6D6D. Windows color (decimal): -15429217 or 10457364. OLE color: 10457364.
HSL color Cylindrical-coordinate representation of color #14919F: hue angle of 186.04º 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 #14919F is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 145 | 159 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.38 |
| HSL | 186.04º | 0.78% | 0.35% | - |
| HSV(B) | 186.04º | 0.87% | 0.62% | - |
| XYZ | 16.67 | 22.9 | 36.34 | - |
| YUV | 109.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 159 | 0.87 | 0.09 | 0 | 0.38 | 186.04 | 0.78 | 0.35 |
| Hex | 14 | 91 | 9F | 57 | 9 | 0 | 26 | BA | 4E | 23 |
| Octal | 24 | 221 | 237 | 127 | 11 | 0 | 46 | 272 | 116 | 43 |
| Binary | 10100 | 10010001 | 10011111 | 1010111 | 1001 | 0 | 100110 | 10111010 | 1001110 | 100011 |
Color Harmonies of #14919F
Complementary color
Monochromatic Colors of #14919F
Black with #14919F
Text Example
Text Example
White with #14919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14919F; }
p { color: rgb(20,145,159); }
H1.HeaderClassName
{
color: #14919F;
}
.AnyTagClassName
{
color: #14919F;
}
</style>
background-color css
<style>
a { background-color: #14919F; }
a { background-color: rgb(20,145,159); }
div.DivClassName
{
background-color: #14919F;
}
.BgClassName
{
background-color: #14919F;
}
</style>
border-color css
<style>
span { border-color: #14919F; }
span { border-color: rgb(20,145,159); }
td.TdClassName
{
border-color: #14919F;
}
.TagClassName
{
border-color: #14919F;
}
</style>