Shades of Java #15908D
Tints of Java #15908D
RGB
CMYK
RGB Variations
Color information
#15908D (or 0x15908D) is known color: Java. HEX triplet: 15, 90 and 8D. RGB value is (21,144,141). Sum of RGB (Red+Green+Blue) = 21+144+141=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #15908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15908D is #EA6F72. Grayscale: #6A6A6A. Windows color (decimal): -15363955 or 9277461. OLE color: 9277461.
HSL color Cylindrical-coordinate representation of color #15908D: hue angle of 178.54º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15908D is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 141 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.44 |
| HSL | 178.54º | 0.75% | 0.32% | - |
| HSV(B) | 178.54º | 0.85% | 0.56% | - |
| XYZ | 15.09 | 22.03 | 28.66 | - |
| YUV | 106.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 141 | 0.85 | 0 | 0.02 | 0.44 | 178.54 | 0.75 | 0.32 |
| Hex | 15 | 90 | 8D | 55 | 0 | 2 | 2C | B3 | 4B | 20 |
| Octal | 25 | 220 | 215 | 125 | 0 | 2 | 54 | 263 | 113 | 40 |
| Binary | 10101 | 10010000 | 10001101 | 1010101 | 0 | 10 | 101100 | 10110011 | 1001011 | 100000 |
Color Harmonies of #15908D
Complementary color
Monochromatic Colors of #15908D
Black with #15908D
Text Example
Text Example
White with #15908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15908D; }
p { color: rgb(21,144,141); }
H1.HeaderClassName
{
color: #15908D;
}
.AnyTagClassName
{
color: #15908D;
}
</style>
background-color css
<style>
a { background-color: #15908D; }
a { background-color: rgb(21,144,141); }
div.DivClassName
{
background-color: #15908D;
}
.BgClassName
{
background-color: #15908D;
}
</style>
border-color css
<style>
span { border-color: #15908D; }
span { border-color: rgb(21,144,141); }
td.TdClassName
{
border-color: #15908D;
}
.TagClassName
{
border-color: #15908D;
}
</style>