Shades of Java #149294
Tints of Java #149294
RGB
CMYK
RGB Variations
Color information
#149294 (or 0x149294) is known color: Java. HEX triplet: 14, 92 and 94. RGB value is (20,146,148). Sum of RGB (Red+Green+Blue) = 20+146+148=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #149294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149294 is #EB6D6B. Grayscale: #6C6C6C. Windows color (decimal): -15428972 or 9736724. OLE color: 9736724.
HSL color Cylindrical-coordinate representation of color #149294: hue angle of 180.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149294 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 146 | 148 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.42 |
| HSL | 180.94º | 0.76% | 0.33% | - |
| HSV(B) | 180.94º | 0.86% | 0.58% | - |
| XYZ | 15.91 | 22.84 | 31.59 | - |
| YUV | 108.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 148 | 0.86 | 0.01 | 0 | 0.42 | 180.94 | 0.76 | 0.33 |
| Hex | 14 | 92 | 94 | 56 | 1 | 0 | 2A | B5 | 4C | 21 |
| Octal | 24 | 222 | 224 | 126 | 1 | 0 | 52 | 265 | 114 | 41 |
| Binary | 10100 | 10010010 | 10010100 | 1010110 | 1 | 0 | 101010 | 10110101 | 1001100 | 100001 |
Color Harmonies of #149294
Complementary color
Monochromatic Colors of #149294
Black with #149294
Text Example
Text Example
White with #149294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149294; }
p { color: rgb(20,146,148); }
H1.HeaderClassName
{
color: #149294;
}
.AnyTagClassName
{
color: #149294;
}
</style>
background-color css
<style>
a { background-color: #149294; }
a { background-color: rgb(20,146,148); }
div.DivClassName
{
background-color: #149294;
}
.BgClassName
{
background-color: #149294;
}
</style>
border-color css
<style>
span { border-color: #149294; }
span { border-color: rgb(20,146,148); }
td.TdClassName
{
border-color: #149294;
}
.TagClassName
{
border-color: #149294;
}
</style>