Shades of Java #14949D
Tints of Java #14949D
RGB
CMYK
RGB Variations
Color information
#14949D (or 0x14949D) is known color: Java. HEX triplet: 14, 94 and 9D. RGB value is (20,148,157). Sum of RGB (Red+Green+Blue) = 20+148+157=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #14949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14949D is #EB6B62. Grayscale: #6E6E6E. Windows color (decimal): -15428451 or 10327060. OLE color: 10327060.
HSL color Cylindrical-coordinate representation of color #14949D: hue angle of 183.94º 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 #14949D is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 148 | 157 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.38 |
| HSL | 183.94º | 0.77% | 0.35% | - |
| HSV(B) | 183.94º | 0.87% | 0.62% | - |
| XYZ | 16.96 | 23.76 | 35.59 | - |
| YUV | 110.75 | 154.09 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 157 | 0.87 | 0.06 | 0 | 0.38 | 183.94 | 0.77 | 0.35 |
| Hex | 14 | 94 | 9D | 57 | 6 | 0 | 26 | B8 | 4D | 23 |
| Octal | 24 | 224 | 235 | 127 | 6 | 0 | 46 | 270 | 115 | 43 |
| Binary | 10100 | 10010100 | 10011101 | 1010111 | 110 | 0 | 100110 | 10111000 | 1001101 | 100011 |
Color Harmonies of #14949D
Complementary color
Monochromatic Colors of #14949D
Black with #14949D
Text Example
Text Example
White with #14949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14949D; }
p { color: rgb(20,148,157); }
H1.HeaderClassName
{
color: #14949D;
}
.AnyTagClassName
{
color: #14949D;
}
</style>
background-color css
<style>
a { background-color: #14949D; }
a { background-color: rgb(20,148,157); }
div.DivClassName
{
background-color: #14949D;
}
.BgClassName
{
background-color: #14949D;
}
</style>
border-color css
<style>
span { border-color: #14949D; }
span { border-color: rgb(20,148,157); }
td.TdClassName
{
border-color: #14949D;
}
.TagClassName
{
border-color: #14949D;
}
</style>