Shades of Java #14919E
Tints of Java #14919E
RGB
CMYK
RGB Variations
Color information
#14919E (or 0x14919E) is known color: Java. HEX triplet: 14, 91 and 9E. RGB value is (20,145,158). Sum of RGB (Red+Green+Blue) = 20+145+158=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #14919E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14919E is #EB6E61. Grayscale: #6C6C6C. Windows color (decimal): -15429218 or 10391828. OLE color: 10391828.
HSL color Cylindrical-coordinate representation of color #14919E: hue angle of 185.65º 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 #14919E is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 145 | 158 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.38 |
| HSL | 185.65º | 0.78% | 0.35% | - |
| HSV(B) | 185.65º | 0.87% | 0.62% | - |
| XYZ | 16.59 | 22.87 | 35.89 | - |
| YUV | 109.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 158 | 0.87 | 0.08 | 0 | 0.38 | 185.65 | 0.78 | 0.35 |
| Hex | 14 | 91 | 9E | 57 | 8 | 0 | 26 | BA | 4E | 23 |
| Octal | 24 | 221 | 236 | 127 | 10 | 0 | 46 | 272 | 116 | 43 |
| Binary | 10100 | 10010001 | 10011110 | 1010111 | 1000 | 0 | 100110 | 10111010 | 1001110 | 100011 |
Color Harmonies of #14919E
Complementary color
Monochromatic Colors of #14919E
Black with #14919E
Text Example
Text Example
White with #14919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14919E; }
p { color: rgb(20,145,158); }
H1.HeaderClassName
{
color: #14919E;
}
.AnyTagClassName
{
color: #14919E;
}
</style>
background-color css
<style>
a { background-color: #14919E; }
a { background-color: rgb(20,145,158); }
div.DivClassName
{
background-color: #14919E;
}
.BgClassName
{
background-color: #14919E;
}
</style>
border-color css
<style>
span { border-color: #14919E; }
span { border-color: rgb(20,145,158); }
td.TdClassName
{
border-color: #14919E;
}
.TagClassName
{
border-color: #14919E;
}
</style>