Shades of Java #15919B
Tints of Java #15919B
RGB
CMYK
RGB Variations
Color information
#15919B (or 0x15919B) is known color: Java. HEX triplet: 15, 91 and 9B. RGB value is (21,145,155). Sum of RGB (Red+Green+Blue) = 21+145+155=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #15919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15919B is #EA6E64. Grayscale: #6C6C6C. Windows color (decimal): -15363685 or 10195221. OLE color: 10195221.
HSL color Cylindrical-coordinate representation of color #15919B: hue angle of 184.48º 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 #15919B is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 145 | 155 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.39 |
| HSL | 184.48º | 0.76% | 0.35% | - |
| HSV(B) | 184.48º | 0.86% | 0.61% | - |
| XYZ | 16.35 | 22.78 | 34.54 | - |
| YUV | 109.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 155 | 0.86 | 0.06 | 0 | 0.39 | 184.48 | 0.76 | 0.35 |
| Hex | 15 | 91 | 9B | 56 | 6 | 0 | 27 | B8 | 4C | 23 |
| Octal | 25 | 221 | 233 | 126 | 6 | 0 | 47 | 270 | 114 | 43 |
| Binary | 10101 | 10010001 | 10011011 | 1010110 | 110 | 0 | 100111 | 10111000 | 1001100 | 100011 |
Color Harmonies of #15919B
Complementary color
Monochromatic Colors of #15919B
Black with #15919B
Text Example
Text Example
White with #15919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15919B; }
p { color: rgb(21,145,155); }
H1.HeaderClassName
{
color: #15919B;
}
.AnyTagClassName
{
color: #15919B;
}
</style>
background-color css
<style>
a { background-color: #15919B; }
a { background-color: rgb(21,145,155); }
div.DivClassName
{
background-color: #15919B;
}
.BgClassName
{
background-color: #15919B;
}
</style>
border-color css
<style>
span { border-color: #15919B; }
span { border-color: rgb(21,145,155); }
td.TdClassName
{
border-color: #15919B;
}
.TagClassName
{
border-color: #15919B;
}
</style>