Shades of Java #14969D
Tints of Java #14969D
RGB
CMYK
RGB Variations
Color information
#14969D (or 0x14969D) is known color: Java. HEX triplet: 14, 96 and 9D. RGB value is (20,150,157). Sum of RGB (Red+Green+Blue) = 20+150+157=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #14969D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14969D is #EB6962. Grayscale: #6F6F6F. Windows color (decimal): -15427939 or 10327572. OLE color: 10327572.
HSL color Cylindrical-coordinate representation of color #14969D: hue angle of 183.07º 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 #14969D is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 150 | 157 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.38 |
| HSL | 183.07º | 0.77% | 0.35% | - |
| HSV(B) | 183.07º | 0.87% | 0.62% | - |
| XYZ | 17.28 | 24.4 | 35.7 | - |
| YUV | 111.93 | 153.43 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 157 | 0.87 | 0.04 | 0 | 0.38 | 183.07 | 0.77 | 0.35 |
| Hex | 14 | 96 | 9D | 57 | 4 | 0 | 26 | B7 | 4D | 23 |
| Octal | 24 | 226 | 235 | 127 | 4 | 0 | 46 | 267 | 115 | 43 |
| Binary | 10100 | 10010110 | 10011101 | 1010111 | 100 | 0 | 100110 | 10110111 | 1001101 | 100011 |
Color Harmonies of #14969D
Complementary color
Monochromatic Colors of #14969D
Black with #14969D
Text Example
Text Example
White with #14969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14969D; }
p { color: rgb(20,150,157); }
H1.HeaderClassName
{
color: #14969D;
}
.AnyTagClassName
{
color: #14969D;
}
</style>
background-color css
<style>
a { background-color: #14969D; }
a { background-color: rgb(20,150,157); }
div.DivClassName
{
background-color: #14969D;
}
.BgClassName
{
background-color: #14969D;
}
</style>
border-color css
<style>
span { border-color: #14969D; }
span { border-color: rgb(20,150,157); }
td.TdClassName
{
border-color: #14969D;
}
.TagClassName
{
border-color: #14969D;
}
</style>