Shades of Java #15939D
Tints of Java #15939D
RGB
CMYK
RGB Variations
Color information
#15939D (or 0x15939D) is known color: Java. HEX triplet: 15, 93 and 9D. RGB value is (21,147,157). Sum of RGB (Red+Green+Blue) = 21+147+157=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #15939D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15939D is #EA6C62. Grayscale: #6E6E6E. Windows color (decimal): -15363171 or 10326805. OLE color: 10326805.
HSL color Cylindrical-coordinate representation of color #15939D: hue angle of 184.41º degrees, saturation: 0.76, 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 #15939D is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 147 | 157 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.38 |
| HSL | 184.41º | 0.76% | 0.35% | - |
| HSV(B) | 184.41º | 0.87% | 0.62% | - |
| XYZ | 16.83 | 23.46 | 35.54 | - |
| YUV | 110.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 157 | 0.87 | 0.06 | 0 | 0.38 | 184.41 | 0.76 | 0.35 |
| Hex | 15 | 93 | 9D | 57 | 6 | 0 | 26 | B8 | 4C | 23 |
| Octal | 25 | 223 | 235 | 127 | 6 | 0 | 46 | 270 | 114 | 43 |
| Binary | 10101 | 10010011 | 10011101 | 1010111 | 110 | 0 | 100110 | 10111000 | 1001100 | 100011 |
Color Harmonies of #15939D
Complementary color
Monochromatic Colors of #15939D
Black with #15939D
Text Example
Text Example
White with #15939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15939D; }
p { color: rgb(21,147,157); }
H1.HeaderClassName
{
color: #15939D;
}
.AnyTagClassName
{
color: #15939D;
}
</style>
background-color css
<style>
a { background-color: #15939D; }
a { background-color: rgb(21,147,157); }
div.DivClassName
{
background-color: #15939D;
}
.BgClassName
{
background-color: #15939D;
}
</style>
border-color css
<style>
span { border-color: #15939D; }
span { border-color: rgb(21,147,157); }
td.TdClassName
{
border-color: #15939D;
}
.TagClassName
{
border-color: #15939D;
}
</style>