Shades of Java #149394
Tints of Java #149394
RGB
CMYK
RGB Variations
Color information
#149394 (or 0x149394) is known color: Java. HEX triplet: 14, 93 and 94. RGB value is (20,147,148). Sum of RGB (Red+Green+Blue) = 20+147+148=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #149394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149394 is #EB6C6B. Grayscale: #6D6D6D. Windows color (decimal): -15428716 or 9736980. OLE color: 9736980.
HSL color Cylindrical-coordinate representation of color #149394: hue angle of 180.47º 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 #149394 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 148 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.42 |
| HSL | 180.47º | 0.76% | 0.33% | - |
| HSV(B) | 180.47º | 0.86% | 0.58% | - |
| XYZ | 16.07 | 23.15 | 31.64 | - |
| YUV | 109.14 | 149.92 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 148 | 0.86 | 0.01 | 0 | 0.42 | 180.47 | 0.76 | 0.33 |
| Hex | 14 | 93 | 94 | 56 | 1 | 0 | 2A | B4 | 4C | 21 |
| Octal | 24 | 223 | 224 | 126 | 1 | 0 | 52 | 264 | 114 | 41 |
| Binary | 10100 | 10010011 | 10010100 | 1010110 | 1 | 0 | 101010 | 10110100 | 1001100 | 100001 |
Color Harmonies of #149394
Complementary color
Monochromatic Colors of #149394
Black with #149394
Text Example
Text Example
White with #149394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149394; }
p { color: rgb(20,147,148); }
H1.HeaderClassName
{
color: #149394;
}
.AnyTagClassName
{
color: #149394;
}
</style>
background-color css
<style>
a { background-color: #149394; }
a { background-color: rgb(20,147,148); }
div.DivClassName
{
background-color: #149394;
}
.BgClassName
{
background-color: #149394;
}
</style>
border-color css
<style>
span { border-color: #149394; }
span { border-color: rgb(20,147,148); }
td.TdClassName
{
border-color: #149394;
}
.TagClassName
{
border-color: #149394;
}
</style>