Shades of Java #15919C
Tints of Java #15919C
RGB
CMYK
RGB Variations
Color information
#15919C (or 0x15919C) is known color: Java. HEX triplet: 15, 91 and 9C. RGB value is (21,145,156). Sum of RGB (Red+Green+Blue) = 21+145+156=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #15919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15919C is #EA6E63. Grayscale: #6D6D6D. Windows color (decimal): -15363684 or 10260757. OLE color: 10260757.
HSL color Cylindrical-coordinate representation of color #15919C: hue angle of 184.89º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15919C is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 145 | 156 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.39 |
| HSL | 184.89º | 0.76% | 0.35% | - |
| HSV(B) | 184.89º | 0.87% | 0.61% | - |
| XYZ | 16.44 | 22.81 | 34.99 | - |
| YUV | 109.18 | 154.42 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 156 | 0.87 | 0.07 | 0 | 0.39 | 184.89 | 0.76 | 0.35 |
| Hex | 15 | 91 | 9C | 57 | 7 | 0 | 27 | B9 | 4C | 23 |
| Octal | 25 | 221 | 234 | 127 | 7 | 0 | 47 | 271 | 114 | 43 |
| Binary | 10101 | 10010001 | 10011100 | 1010111 | 111 | 0 | 100111 | 10111001 | 1001100 | 100011 |
Color Harmonies of #15919C
Complementary color
Monochromatic Colors of #15919C
Black with #15919C
Text Example
Text Example
White with #15919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15919C; }
p { color: rgb(21,145,156); }
H1.HeaderClassName
{
color: #15919C;
}
.AnyTagClassName
{
color: #15919C;
}
</style>
background-color css
<style>
a { background-color: #15919C; }
a { background-color: rgb(21,145,156); }
div.DivClassName
{
background-color: #15919C;
}
.BgClassName
{
background-color: #15919C;
}
</style>
border-color css
<style>
span { border-color: #15919C; }
span { border-color: rgb(21,145,156); }
td.TdClassName
{
border-color: #15919C;
}
.TagClassName
{
border-color: #15919C;
}
</style>