Shades of Java #159294
Tints of Java #159294
RGB
CMYK
RGB Variations
Color information
#159294 (or 0x159294) is known color: Java. HEX triplet: 15, 92 and 94. RGB value is (21,146,148). Sum of RGB (Red+Green+Blue) = 21+146+148=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 146 (57.42% from 255 or 46.35% 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 #159294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159294 is #EA6D6B. Grayscale: #6C6C6C. Windows color (decimal): -15363436 or 9736725. OLE color: 9736725.
HSL color Cylindrical-coordinate representation of color #159294: hue angle of 180.94º degrees, saturation: 0.75, 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 #159294 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 146 | 148 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.42 |
| HSL | 180.94º | 0.75% | 0.33% | - |
| HSV(B) | 180.94º | 0.86% | 0.58% | - |
| XYZ | 15.93 | 22.86 | 31.59 | - |
| YUV | 108.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 148 | 0.86 | 0.01 | 0 | 0.42 | 180.94 | 0.75 | 0.33 |
| Hex | 15 | 92 | 94 | 56 | 1 | 0 | 2A | B5 | 4B | 21 |
| Octal | 25 | 222 | 224 | 126 | 1 | 0 | 52 | 265 | 113 | 41 |
| Binary | 10101 | 10010010 | 10010100 | 1010110 | 1 | 0 | 101010 | 10110101 | 1001011 | 100001 |
Color Harmonies of #159294
Complementary color
Monochromatic Colors of #159294
Black with #159294
Text Example
Text Example
White with #159294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159294; }
p { color: rgb(21,146,148); }
H1.HeaderClassName
{
color: #159294;
}
.AnyTagClassName
{
color: #159294;
}
</style>
background-color css
<style>
a { background-color: #159294; }
a { background-color: rgb(21,146,148); }
div.DivClassName
{
background-color: #159294;
}
.BgClassName
{
background-color: #159294;
}
</style>
border-color css
<style>
span { border-color: #159294; }
span { border-color: rgb(21,146,148); }
td.TdClassName
{
border-color: #159294;
}
.TagClassName
{
border-color: #159294;
}
</style>