Shades of Java #13929A
Tints of Java #13929A
RGB
CMYK
RGB Variations
Color information
#13929A (or 0x13929A) is known color: Java. HEX triplet: 13, 92 and 9A. RGB value is (19,146,154). Sum of RGB (Red+Green+Blue) = 19+146+154=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #13929A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13929A is #EC6D65. Grayscale: #6C6C6C. Windows color (decimal): -15494502 or 10129939. OLE color: 10129939.
HSL color Cylindrical-coordinate representation of color #13929A: hue angle of 183.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13929A is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 146 | 154 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.40 |
| HSL | 183.56º | 0.78% | 0.34% | - |
| HSV(B) | 183.56º | 0.88% | 0.6% | - |
| XYZ | 16.38 | 23.03 | 34.15 | - |
| YUV | 108.94 | 153.42 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 154 | 0.88 | 0.05 | 0 | 0.40 | 183.56 | 0.78 | 0.34 |
| Hex | 13 | 92 | 9A | 58 | 5 | 0 | 28 | B8 | 4E | 22 |
| Octal | 23 | 222 | 232 | 130 | 5 | 0 | 50 | 270 | 116 | 42 |
| Binary | 10011 | 10010010 | 10011010 | 1011000 | 101 | 0 | 101000 | 10111000 | 1001110 | 100010 |
Color Harmonies of #13929A
Complementary color
Monochromatic Colors of #13929A
Black with #13929A
Text Example
Text Example
White with #13929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13929A; }
p { color: rgb(19,146,154); }
H1.HeaderClassName
{
color: #13929A;
}
.AnyTagClassName
{
color: #13929A;
}
</style>
background-color css
<style>
a { background-color: #13929A; }
a { background-color: rgb(19,146,154); }
div.DivClassName
{
background-color: #13929A;
}
.BgClassName
{
background-color: #13929A;
}
</style>
border-color css
<style>
span { border-color: #13929A; }
span { border-color: rgb(19,146,154); }
td.TdClassName
{
border-color: #13929A;
}
.TagClassName
{
border-color: #13929A;
}
</style>