Shades of Java #149094
Tints of Java #149094
RGB
CMYK
RGB Variations
Color information
#149094 (or 0x149094) is known color: Java. HEX triplet: 14, 90 and 94. RGB value is (20,144,148). Sum of RGB (Red+Green+Blue) = 20+144+148=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #149094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149094 is #EB6F6B. Grayscale: #6B6B6B. Windows color (decimal): -15429484 or 9736212. OLE color: 9736212.
HSL color Cylindrical-coordinate representation of color #149094: hue angle of 181.88º 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 #149094 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 144 | 148 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.42 |
| HSL | 181.88º | 0.76% | 0.33% | - |
| HSV(B) | 181.88º | 0.86% | 0.58% | - |
| XYZ | 15.61 | 22.23 | 31.49 | - |
| YUV | 107.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 148 | 0.86 | 0.03 | 0 | 0.42 | 181.88 | 0.76 | 0.33 |
| Hex | 14 | 90 | 94 | 56 | 3 | 0 | 2A | B6 | 4C | 21 |
| Octal | 24 | 220 | 224 | 126 | 3 | 0 | 52 | 266 | 114 | 41 |
| Binary | 10100 | 10010000 | 10010100 | 1010110 | 11 | 0 | 101010 | 10110110 | 1001100 | 100001 |
Color Harmonies of #149094
Complementary color
Monochromatic Colors of #149094
Black with #149094
Text Example
Text Example
White with #149094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149094; }
p { color: rgb(20,144,148); }
H1.HeaderClassName
{
color: #149094;
}
.AnyTagClassName
{
color: #149094;
}
</style>
background-color css
<style>
a { background-color: #149094; }
a { background-color: rgb(20,144,148); }
div.DivClassName
{
background-color: #149094;
}
.BgClassName
{
background-color: #149094;
}
</style>
border-color css
<style>
span { border-color: #149094; }
span { border-color: rgb(20,144,148); }
td.TdClassName
{
border-color: #149094;
}
.TagClassName
{
border-color: #149094;
}
</style>