Shades of Java #13929C
Tints of Java #13929C
RGB
CMYK
RGB Variations
Color information
#13929C (or 0x13929C) is known color: Java. HEX triplet: 13, 92 and 9C. RGB value is (19,146,156). Sum of RGB (Red+Green+Blue) = 19+146+156=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #13929C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13929C is #EC6D63. Grayscale: #6D6D6D. Windows color (decimal): -15494500 or 10261011. OLE color: 10261011.
HSL color Cylindrical-coordinate representation of color #13929C: hue angle of 184.38º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13929C is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 146 | 156 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.39 |
| HSL | 184.38º | 0.78% | 0.34% | - |
| HSV(B) | 184.38º | 0.88% | 0.61% | - |
| XYZ | 16.55 | 23.1 | 35.04 | - |
| YUV | 109.17 | 154.42 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 156 | 0.88 | 0.06 | 0 | 0.39 | 184.38 | 0.78 | 0.34 |
| Hex | 13 | 92 | 9C | 58 | 6 | 0 | 27 | B8 | 4E | 22 |
| Octal | 23 | 222 | 234 | 130 | 6 | 0 | 47 | 270 | 116 | 42 |
| Binary | 10011 | 10010010 | 10011100 | 1011000 | 110 | 0 | 100111 | 10111000 | 1001110 | 100010 |
Color Harmonies of #13929C
Complementary color
Monochromatic Colors of #13929C
Black with #13929C
Text Example
Text Example
White with #13929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13929C; }
p { color: rgb(19,146,156); }
H1.HeaderClassName
{
color: #13929C;
}
.AnyTagClassName
{
color: #13929C;
}
</style>
background-color css
<style>
a { background-color: #13929C; }
a { background-color: rgb(19,146,156); }
div.DivClassName
{
background-color: #13929C;
}
.BgClassName
{
background-color: #13929C;
}
</style>
border-color css
<style>
span { border-color: #13929C; }
span { border-color: rgb(19,146,156); }
td.TdClassName
{
border-color: #13929C;
}
.TagClassName
{
border-color: #13929C;
}
</style>