Shades of Java #14929D
Tints of Java #14929D
RGB
CMYK
RGB Variations
Color information
#14929D (or 0x14929D) is known color: Java. HEX triplet: 14, 92 and 9D. RGB value is (20,146,157). Sum of RGB (Red+Green+Blue) = 20+146+157=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #14929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14929D is #EB6D62. Grayscale: #6D6D6D. Windows color (decimal): -15428963 or 10326548. OLE color: 10326548.
HSL color Cylindrical-coordinate representation of color #14929D: hue angle of 184.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14929D is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 146 | 157 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.38 |
| HSL | 184.82º | 0.77% | 0.35% | - |
| HSV(B) | 184.82º | 0.87% | 0.62% | - |
| XYZ | 16.65 | 23.14 | 35.49 | - |
| YUV | 109.58 | 154.76 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 157 | 0.87 | 0.07 | 0 | 0.38 | 184.82 | 0.77 | 0.35 |
| Hex | 14 | 92 | 9D | 57 | 7 | 0 | 26 | B9 | 4D | 23 |
| Octal | 24 | 222 | 235 | 127 | 7 | 0 | 46 | 271 | 115 | 43 |
| Binary | 10100 | 10010010 | 10011101 | 1010111 | 111 | 0 | 100110 | 10111001 | 1001101 | 100011 |
Color Harmonies of #14929D
Complementary color
Monochromatic Colors of #14929D
Black with #14929D
Text Example
Text Example
White with #14929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14929D; }
p { color: rgb(20,146,157); }
H1.HeaderClassName
{
color: #14929D;
}
.AnyTagClassName
{
color: #14929D;
}
</style>
background-color css
<style>
a { background-color: #14929D; }
a { background-color: rgb(20,146,157); }
div.DivClassName
{
background-color: #14929D;
}
.BgClassName
{
background-color: #14929D;
}
</style>
border-color css
<style>
span { border-color: #14929D; }
span { border-color: rgb(20,146,157); }
td.TdClassName
{
border-color: #14929D;
}
.TagClassName
{
border-color: #14929D;
}
</style>