Shades of Java #14909B
Tints of Java #14909B
RGB
CMYK
RGB Variations
Color information
#14909B (or 0x14909B) is known color: Java. HEX triplet: 14, 90 and 9B. RGB value is (20,144,155). Sum of RGB (Red+Green+Blue) = 20+144+155=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #14909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14909B is #EB6F64. Grayscale: #6C6C6C. Windows color (decimal): -15429477 or 10194964. OLE color: 10194964.
HSL color Cylindrical-coordinate representation of color #14909B: hue angle of 184.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14909B is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 144 | 155 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.39 |
| HSL | 184.89º | 0.77% | 0.34% | - |
| HSV(B) | 184.89º | 0.87% | 0.61% | - |
| XYZ | 16.18 | 22.46 | 34.49 | - |
| YUV | 108.18 | 154.42 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 155 | 0.87 | 0.07 | 0 | 0.39 | 184.89 | 0.77 | 0.34 |
| Hex | 14 | 90 | 9B | 57 | 7 | 0 | 27 | B9 | 4D | 22 |
| Octal | 24 | 220 | 233 | 127 | 7 | 0 | 47 | 271 | 115 | 42 |
| Binary | 10100 | 10010000 | 10011011 | 1010111 | 111 | 0 | 100111 | 10111001 | 1001101 | 100010 |
Color Harmonies of #14909B
Complementary color
Monochromatic Colors of #14909B
Black with #14909B
Text Example
Text Example
White with #14909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14909B; }
p { color: rgb(20,144,155); }
H1.HeaderClassName
{
color: #14909B;
}
.AnyTagClassName
{
color: #14909B;
}
</style>
background-color css
<style>
a { background-color: #14909B; }
a { background-color: rgb(20,144,155); }
div.DivClassName
{
background-color: #14909B;
}
.BgClassName
{
background-color: #14909B;
}
</style>
border-color css
<style>
span { border-color: #14909B; }
span { border-color: rgb(20,144,155); }
td.TdClassName
{
border-color: #14909B;
}
.TagClassName
{
border-color: #14909B;
}
</style>