Shades of Java #14909C
Tints of Java #14909C
RGB
CMYK
RGB Variations
Color information
#14909C (or 0x14909C) is known color: Java. HEX triplet: 14, 90 and 9C. RGB value is (20,144,156). Sum of RGB (Red+Green+Blue) = 20+144+156=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #14909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14909C is #EB6F63. Grayscale: #6C6C6C. Windows color (decimal): -15429476 or 10260500. OLE color: 10260500.
HSL color Cylindrical-coordinate representation of color #14909C: hue angle of 185.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14909C is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 144 | 156 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.39 |
| HSL | 185.29º | 0.77% | 0.35% | - |
| HSV(B) | 185.29º | 0.87% | 0.61% | - |
| XYZ | 16.26 | 22.5 | 34.94 | - |
| YUV | 108.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 156 | 0.87 | 0.08 | 0 | 0.39 | 185.29 | 0.77 | 0.35 |
| Hex | 14 | 90 | 9C | 57 | 8 | 0 | 27 | B9 | 4D | 23 |
| Octal | 24 | 220 | 234 | 127 | 10 | 0 | 47 | 271 | 115 | 43 |
| Binary | 10100 | 10010000 | 10011100 | 1010111 | 1000 | 0 | 100111 | 10111001 | 1001101 | 100011 |
Color Harmonies of #14909C
Complementary color
Monochromatic Colors of #14909C
Black with #14909C
Text Example
Text Example
White with #14909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14909C; }
p { color: rgb(20,144,156); }
H1.HeaderClassName
{
color: #14909C;
}
.AnyTagClassName
{
color: #14909C;
}
</style>
background-color css
<style>
a { background-color: #14909C; }
a { background-color: rgb(20,144,156); }
div.DivClassName
{
background-color: #14909C;
}
.BgClassName
{
background-color: #14909C;
}
</style>
border-color css
<style>
span { border-color: #14909C; }
span { border-color: rgb(20,144,156); }
td.TdClassName
{
border-color: #14909C;
}
.TagClassName
{
border-color: #14909C;
}
</style>