Shades of Java #15969B
Tints of Java #15969B
RGB
CMYK
RGB Variations
Color information
#15969B (or 0x15969B) is known color: Java. HEX triplet: 15, 96 and 9B. RGB value is (21,150,155). Sum of RGB (Red+Green+Blue) = 21+150+155=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #15969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15969B is #EA6964. Grayscale: #6F6F6F. Windows color (decimal): -15362405 or 10196501. OLE color: 10196501.
HSL color Cylindrical-coordinate representation of color #15969B: hue angle of 182.24º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15969B is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 150 | 155 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.39 |
| HSL | 182.24º | 0.76% | 0.35% | - |
| HSV(B) | 182.24º | 0.86% | 0.61% | - |
| XYZ | 17.13 | 24.34 | 34.81 | - |
| YUV | 112 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 155 | 0.86 | 0.03 | 0 | 0.39 | 182.24 | 0.76 | 0.35 |
| Hex | 15 | 96 | 9B | 56 | 3 | 0 | 27 | B6 | 4C | 23 |
| Octal | 25 | 226 | 233 | 126 | 3 | 0 | 47 | 266 | 114 | 43 |
| Binary | 10101 | 10010110 | 10011011 | 1010110 | 11 | 0 | 100111 | 10110110 | 1001100 | 100011 |
Color Harmonies of #15969B
Complementary color
Monochromatic Colors of #15969B
Black with #15969B
Text Example
Text Example
White with #15969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15969B; }
p { color: rgb(21,150,155); }
H1.HeaderClassName
{
color: #15969B;
}
.AnyTagClassName
{
color: #15969B;
}
</style>
background-color css
<style>
a { background-color: #15969B; }
a { background-color: rgb(21,150,155); }
div.DivClassName
{
background-color: #15969B;
}
.BgClassName
{
background-color: #15969B;
}
</style>
border-color css
<style>
span { border-color: #15969B; }
span { border-color: rgb(21,150,155); }
td.TdClassName
{
border-color: #15969B;
}
.TagClassName
{
border-color: #15969B;
}
</style>