Shades of Java #15949B
Tints of Java #15949B
RGB
CMYK
RGB Variations
Color information
#15949B (or 0x15949B) is known color: Java. HEX triplet: 15, 94 and 9B. RGB value is (21,148,155). Sum of RGB (Red+Green+Blue) = 21+148+155=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #15949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15949B is #EA6B64. Grayscale: #6E6E6E. Windows color (decimal): -15362917 or 10195989. OLE color: 10195989.
HSL color Cylindrical-coordinate representation of color #15949B: hue angle of 183.13º 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 #15949B is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 148 | 155 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.39 |
| HSL | 183.13º | 0.76% | 0.35% | - |
| HSV(B) | 183.13º | 0.86% | 0.61% | - |
| XYZ | 16.82 | 23.71 | 34.7 | - |
| YUV | 110.83 | 152.92 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 155 | 0.86 | 0.05 | 0 | 0.39 | 183.13 | 0.76 | 0.35 |
| Hex | 15 | 94 | 9B | 56 | 5 | 0 | 27 | B7 | 4C | 23 |
| Octal | 25 | 224 | 233 | 126 | 5 | 0 | 47 | 267 | 114 | 43 |
| Binary | 10101 | 10010100 | 10011011 | 1010110 | 101 | 0 | 100111 | 10110111 | 1001100 | 100011 |
Color Harmonies of #15949B
Complementary color
Monochromatic Colors of #15949B
Black with #15949B
Text Example
Text Example
White with #15949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15949B; }
p { color: rgb(21,148,155); }
H1.HeaderClassName
{
color: #15949B;
}
.AnyTagClassName
{
color: #15949B;
}
</style>
background-color css
<style>
a { background-color: #15949B; }
a { background-color: rgb(21,148,155); }
div.DivClassName
{
background-color: #15949B;
}
.BgClassName
{
background-color: #15949B;
}
</style>
border-color css
<style>
span { border-color: #15949B; }
span { border-color: rgb(21,148,155); }
td.TdClassName
{
border-color: #15949B;
}
.TagClassName
{
border-color: #15949B;
}
</style>