Shades of Java #15919F
Tints of Java #15919F
RGB
CMYK
RGB Variations
Color information
#15919F (or 0x15919F) is known color: Java. HEX triplet: 15, 91 and 9F. RGB value is (21,145,159). Sum of RGB (Red+Green+Blue) = 21+145+159=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #15919F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15919F is #EA6E60. Grayscale: #6D6D6D. Windows color (decimal): -15363681 or 10457365. OLE color: 10457365.
HSL color Cylindrical-coordinate representation of color #15919F: hue angle of 186.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15919F is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 145 | 159 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.38 |
| HSL | 186.09º | 0.77% | 0.35% | - |
| HSV(B) | 186.09º | 0.87% | 0.62% | - |
| XYZ | 16.69 | 22.91 | 36.34 | - |
| YUV | 109.52 | 155.92 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 159 | 0.87 | 0.09 | 0 | 0.38 | 186.09 | 0.77 | 0.35 |
| Hex | 15 | 91 | 9F | 57 | 9 | 0 | 26 | BA | 4D | 23 |
| Octal | 25 | 221 | 237 | 127 | 11 | 0 | 46 | 272 | 115 | 43 |
| Binary | 10101 | 10010001 | 10011111 | 1010111 | 1001 | 0 | 100110 | 10111010 | 1001101 | 100011 |
Color Harmonies of #15919F
Complementary color
Monochromatic Colors of #15919F
Black with #15919F
Text Example
Text Example
White with #15919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15919F; }
p { color: rgb(21,145,159); }
H1.HeaderClassName
{
color: #15919F;
}
.AnyTagClassName
{
color: #15919F;
}
</style>
background-color css
<style>
a { background-color: #15919F; }
a { background-color: rgb(21,145,159); }
div.DivClassName
{
background-color: #15919F;
}
.BgClassName
{
background-color: #15919F;
}
</style>
border-color css
<style>
span { border-color: #15919F; }
span { border-color: rgb(21,145,159); }
td.TdClassName
{
border-color: #15919F;
}
.TagClassName
{
border-color: #15919F;
}
</style>