Shades of Java #14909A
Tints of Java #14909A
RGB
CMYK
RGB Variations
Color information
#14909A (or 0x14909A) is known color: Java. HEX triplet: 14, 90 and 9A. RGB value is (20,144,154). Sum of RGB (Red+Green+Blue) = 20+144+154=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #14909A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14909A is #EB6F65. Grayscale: #6B6B6B. Windows color (decimal): -15429478 or 10129428. OLE color: 10129428.
HSL color Cylindrical-coordinate representation of color #14909A: hue angle of 184.48º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14909A is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 144 | 154 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.40 |
| HSL | 184.48º | 0.77% | 0.34% | - |
| HSV(B) | 184.48º | 0.87% | 0.6% | - |
| XYZ | 16.09 | 22.43 | 34.05 | - |
| YUV | 108.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 154 | 0.87 | 0.06 | 0 | 0.40 | 184.48 | 0.77 | 0.34 |
| Hex | 14 | 90 | 9A | 57 | 6 | 0 | 28 | B8 | 4D | 22 |
| Octal | 24 | 220 | 232 | 127 | 6 | 0 | 50 | 270 | 115 | 42 |
| Binary | 10100 | 10010000 | 10011010 | 1010111 | 110 | 0 | 101000 | 10111000 | 1001101 | 100010 |
Color Harmonies of #14909A
Complementary color
Monochromatic Colors of #14909A
Black with #14909A
Text Example
Text Example
White with #14909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14909A; }
p { color: rgb(20,144,154); }
H1.HeaderClassName
{
color: #14909A;
}
.AnyTagClassName
{
color: #14909A;
}
</style>
background-color css
<style>
a { background-color: #14909A; }
a { background-color: rgb(20,144,154); }
div.DivClassName
{
background-color: #14909A;
}
.BgClassName
{
background-color: #14909A;
}
</style>
border-color css
<style>
span { border-color: #14909A; }
span { border-color: rgb(20,144,154); }
td.TdClassName
{
border-color: #14909A;
}
.TagClassName
{
border-color: #14909A;
}
</style>