Shades of Java #14919C
Tints of Java #14919C
RGB
CMYK
RGB Variations
Color information
#14919C (or 0x14919C) is known color: Java. HEX triplet: 14, 91 and 9C. RGB value is (20,145,156). Sum of RGB (Red+Green+Blue) = 20+145+156=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #14919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14919C is #EB6E63. Grayscale: #6C6C6C. Windows color (decimal): -15429220 or 10260756. OLE color: 10260756.
HSL color Cylindrical-coordinate representation of color #14919C: hue angle of 184.85º 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 #14919C is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 145 | 156 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.39 |
| HSL | 184.85º | 0.77% | 0.35% | - |
| HSV(B) | 184.85º | 0.87% | 0.61% | - |
| XYZ | 16.41 | 22.8 | 34.99 | - |
| YUV | 108.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 156 | 0.87 | 0.07 | 0 | 0.39 | 184.85 | 0.77 | 0.35 |
| Hex | 14 | 91 | 9C | 57 | 7 | 0 | 27 | B9 | 4D | 23 |
| Octal | 24 | 221 | 234 | 127 | 7 | 0 | 47 | 271 | 115 | 43 |
| Binary | 10100 | 10010001 | 10011100 | 1010111 | 111 | 0 | 100111 | 10111001 | 1001101 | 100011 |
Color Harmonies of #14919C
Complementary color
Monochromatic Colors of #14919C
Black with #14919C
Text Example
Text Example
White with #14919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14919C; }
p { color: rgb(20,145,156); }
H1.HeaderClassName
{
color: #14919C;
}
.AnyTagClassName
{
color: #14919C;
}
</style>
background-color css
<style>
a { background-color: #14919C; }
a { background-color: rgb(20,145,156); }
div.DivClassName
{
background-color: #14919C;
}
.BgClassName
{
background-color: #14919C;
}
</style>
border-color css
<style>
span { border-color: #14919C; }
span { border-color: rgb(20,145,156); }
td.TdClassName
{
border-color: #14919C;
}
.TagClassName
{
border-color: #14919C;
}
</style>