Shades of Java #14909E
Tints of Java #14909E
RGB
CMYK
RGB Variations
Color information
#14909E (or 0x14909E) is known color: Java. HEX triplet: 14, 90 and 9E. RGB value is (20,144,158). Sum of RGB (Red+Green+Blue) = 20+144+158=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #14909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14909E is #EB6F61. Grayscale: #6C6C6C. Windows color (decimal): -15429474 or 10391572. OLE color: 10391572.
HSL color Cylindrical-coordinate representation of color #14909E: hue angle of 186.09º 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 #14909E is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 144 | 158 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.38 |
| HSL | 186.09º | 0.78% | 0.35% | - |
| HSV(B) | 186.09º | 0.87% | 0.62% | - |
| XYZ | 16.43 | 22.56 | 35.84 | - |
| YUV | 108.52 | 155.92 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 158 | 0.87 | 0.09 | 0 | 0.38 | 186.09 | 0.78 | 0.35 |
| Hex | 14 | 90 | 9E | 57 | 9 | 0 | 26 | BA | 4E | 23 |
| Octal | 24 | 220 | 236 | 127 | 11 | 0 | 46 | 272 | 116 | 43 |
| Binary | 10100 | 10010000 | 10011110 | 1010111 | 1001 | 0 | 100110 | 10111010 | 1001110 | 100011 |
Color Harmonies of #14909E
Complementary color
Monochromatic Colors of #14909E
Black with #14909E
Text Example
Text Example
White with #14909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14909E; }
p { color: rgb(20,144,158); }
H1.HeaderClassName
{
color: #14909E;
}
.AnyTagClassName
{
color: #14909E;
}
</style>
background-color css
<style>
a { background-color: #14909E; }
a { background-color: rgb(20,144,158); }
div.DivClassName
{
background-color: #14909E;
}
.BgClassName
{
background-color: #14909E;
}
</style>
border-color css
<style>
span { border-color: #14909E; }
span { border-color: rgb(20,144,158); }
td.TdClassName
{
border-color: #14909E;
}
.TagClassName
{
border-color: #14909E;
}
</style>