Shades of Java #14969A
Tints of Java #14969A
RGB
CMYK
RGB Variations
Color information
#14969A (or 0x14969A) is known color: Java. HEX triplet: 14, 96 and 9A. RGB value is (20,150,154). Sum of RGB (Red+Green+Blue) = 20+150+154=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #14969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14969A is #EB6965. Grayscale: #6F6F6F. Windows color (decimal): -15427942 or 10130964. OLE color: 10130964.
HSL color Cylindrical-coordinate representation of color #14969A: hue angle of 181.79º 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 #14969A is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 150 | 154 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.40 |
| HSL | 181.79º | 0.77% | 0.34% | - |
| HSV(B) | 181.79º | 0.87% | 0.6% | - |
| XYZ | 17.03 | 24.29 | 34.36 | - |
| YUV | 111.59 | 151.93 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 154 | 0.87 | 0.03 | 0 | 0.40 | 181.79 | 0.77 | 0.34 |
| Hex | 14 | 96 | 9A | 57 | 3 | 0 | 28 | B6 | 4D | 22 |
| Octal | 24 | 226 | 232 | 127 | 3 | 0 | 50 | 266 | 115 | 42 |
| Binary | 10100 | 10010110 | 10011010 | 1010111 | 11 | 0 | 101000 | 10110110 | 1001101 | 100010 |
Color Harmonies of #14969A
Complementary color
Monochromatic Colors of #14969A
Black with #14969A
Text Example
Text Example
White with #14969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14969A; }
p { color: rgb(20,150,154); }
H1.HeaderClassName
{
color: #14969A;
}
.AnyTagClassName
{
color: #14969A;
}
</style>
background-color css
<style>
a { background-color: #14969A; }
a { background-color: rgb(20,150,154); }
div.DivClassName
{
background-color: #14969A;
}
.BgClassName
{
background-color: #14969A;
}
</style>
border-color css
<style>
span { border-color: #14969A; }
span { border-color: rgb(20,150,154); }
td.TdClassName
{
border-color: #14969A;
}
.TagClassName
{
border-color: #14969A;
}
</style>