Shades of Java #13919A
Tints of Java #13919A
RGB
CMYK
RGB Variations
Color information
#13919A (or 0x13919A) is known color: Java. HEX triplet: 13, 91 and 9A. RGB value is (19,145,154). Sum of RGB (Red+Green+Blue) = 19+145+154=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #13919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13919A is #EC6E65. Grayscale: #6C6C6C. Windows color (decimal): -15494758 or 10129683. OLE color: 10129683.
HSL color Cylindrical-coordinate representation of color #13919A: hue angle of 184º 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 #13919A is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 145 | 154 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.40 |
| HSL | 184º | 0.78% | 0.34% | - |
| HSV(B) | 184º | 0.88% | 0.6% | - |
| XYZ | 16.23 | 22.72 | 34.1 | - |
| YUV | 108.35 | 153.76 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 154 | 0.88 | 0.06 | 0 | 0.40 | 184 | 0.78 | 0.34 |
| Hex | 13 | 91 | 9A | 58 | 6 | 0 | 28 | B8 | 4E | 22 |
| Octal | 23 | 221 | 232 | 130 | 6 | 0 | 50 | 270 | 116 | 42 |
| Binary | 10011 | 10010001 | 10011010 | 1011000 | 110 | 0 | 101000 | 10111000 | 1001110 | 100010 |
Color Harmonies of #13919A
Complementary color
Monochromatic Colors of #13919A
Black with #13919A
Text Example
Text Example
White with #13919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13919A; }
p { color: rgb(19,145,154); }
H1.HeaderClassName
{
color: #13919A;
}
.AnyTagClassName
{
color: #13919A;
}
</style>
background-color css
<style>
a { background-color: #13919A; }
a { background-color: rgb(19,145,154); }
div.DivClassName
{
background-color: #13919A;
}
.BgClassName
{
background-color: #13919A;
}
</style>
border-color css
<style>
span { border-color: #13919A; }
span { border-color: rgb(19,145,154); }
td.TdClassName
{
border-color: #13919A;
}
.TagClassName
{
border-color: #13919A;
}
</style>