Shades of Java #149FA4
Tints of Java #149FA4
RGB
CMYK
RGB Variations
Color information
#149FA4 (or 0x149FA4) is known color: Java. HEX triplet: 14, 9F and A4. RGB value is (20,159,164). Sum of RGB (Red+Green+Blue) = 20+159+164=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #149FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149FA4 is #EB605B. Grayscale: #757575. Windows color (decimal): -15425628 or 10788628. OLE color: 10788628.
HSL color Cylindrical-coordinate representation of color #149FA4: hue angle of 182.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149FA4 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 159 | 164 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.36 |
| HSL | 182.08º | 0.78% | 0.36% | - |
| HSV(B) | 182.08º | 0.88% | 0.64% | - |
| XYZ | 19.39 | 27.63 | 39.43 | - |
| YUV | 118.01 | 153.95 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 164 | 0.88 | 0.03 | 0 | 0.36 | 182.08 | 0.78 | 0.36 |
| Hex | 14 | 9F | A4 | 58 | 3 | 0 | 24 | B6 | 4E | 24 |
| Octal | 24 | 237 | 244 | 130 | 3 | 0 | 44 | 266 | 116 | 44 |
| Binary | 10100 | 10011111 | 10100100 | 1011000 | 11 | 0 | 100100 | 10110110 | 1001110 | 100100 |
Color Harmonies of #149FA4
Complementary color
Monochromatic Colors of #149FA4
Black with #149FA4
Text Example
Text Example
White with #149FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FA4; }
p { color: rgb(20,159,164); }
H1.HeaderClassName
{
color: #149FA4;
}
.AnyTagClassName
{
color: #149FA4;
}
</style>
background-color css
<style>
a { background-color: #149FA4; }
a { background-color: rgb(20,159,164); }
div.DivClassName
{
background-color: #149FA4;
}
.BgClassName
{
background-color: #149FA4;
}
</style>
border-color css
<style>
span { border-color: #149FA4; }
span { border-color: rgb(20,159,164); }
td.TdClassName
{
border-color: #149FA4;
}
.TagClassName
{
border-color: #149FA4;
}
</style>