Shades of Java #13929D
Tints of Java #13929D
RGB
CMYK
RGB Variations
Color information
#13929D (or 0x13929D) is known color: Java. HEX triplet: 13, 92 and 9D. RGB value is (19,146,157). Sum of RGB (Red+Green+Blue) = 19+146+157=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #13929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13929D is #EC6D62. Grayscale: #6D6D6D. Windows color (decimal): -15494499 or 10326547. OLE color: 10326547.
HSL color Cylindrical-coordinate representation of color #13929D: hue angle of 184.78º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13929D is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 146 | 157 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.38 |
| HSL | 184.78º | 0.78% | 0.35% | - |
| HSV(B) | 184.78º | 0.88% | 0.62% | - |
| XYZ | 16.63 | 23.13 | 35.49 | - |
| YUV | 109.28 | 154.92 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 157 | 0.88 | 0.07 | 0 | 0.38 | 184.78 | 0.78 | 0.35 |
| Hex | 13 | 92 | 9D | 58 | 7 | 0 | 26 | B9 | 4E | 23 |
| Octal | 23 | 222 | 235 | 130 | 7 | 0 | 46 | 271 | 116 | 43 |
| Binary | 10011 | 10010010 | 10011101 | 1011000 | 111 | 0 | 100110 | 10111001 | 1001110 | 100011 |
Color Harmonies of #13929D
Complementary color
Monochromatic Colors of #13929D
Black with #13929D
Text Example
Text Example
White with #13929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13929D; }
p { color: rgb(19,146,157); }
H1.HeaderClassName
{
color: #13929D;
}
.AnyTagClassName
{
color: #13929D;
}
</style>
background-color css
<style>
a { background-color: #13929D; }
a { background-color: rgb(19,146,157); }
div.DivClassName
{
background-color: #13929D;
}
.BgClassName
{
background-color: #13929D;
}
</style>
border-color css
<style>
span { border-color: #13929D; }
span { border-color: rgb(19,146,157); }
td.TdClassName
{
border-color: #13929D;
}
.TagClassName
{
border-color: #13929D;
}
</style>