Shades of Java #13949F
Tints of Java #13949F
RGB
CMYK
RGB Variations
Color information
#13949F (or 0x13949F) is known color: Java. HEX triplet: 13, 94 and 9F. RGB value is (19,148,159). Sum of RGB (Red+Green+Blue) = 19+148+159=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #13949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13949F is #EC6B60. Grayscale: #6E6E6E. Windows color (decimal): -15493985 or 10458131. OLE color: 10458131.
HSL color Cylindrical-coordinate representation of color #13949F: hue angle of 184.71º degrees, saturation: 0.79, 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 #13949F is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 148 | 159 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.38 |
| HSL | 184.71º | 0.79% | 0.35% | - |
| HSV(B) | 184.71º | 0.88% | 0.62% | - |
| XYZ | 17.12 | 23.82 | 36.5 | - |
| YUV | 110.68 | 155.26 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 159 | 0.88 | 0.07 | 0 | 0.38 | 184.71 | 0.79 | 0.35 |
| Hex | 13 | 94 | 9F | 58 | 7 | 0 | 26 | B9 | 4F | 23 |
| Octal | 23 | 224 | 237 | 130 | 7 | 0 | 46 | 271 | 117 | 43 |
| Binary | 10011 | 10010100 | 10011111 | 1011000 | 111 | 0 | 100110 | 10111001 | 1001111 | 100011 |
Color Harmonies of #13949F
Complementary color
Monochromatic Colors of #13949F
Black with #13949F
Text Example
Text Example
White with #13949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13949F; }
p { color: rgb(19,148,159); }
H1.HeaderClassName
{
color: #13949F;
}
.AnyTagClassName
{
color: #13949F;
}
</style>
background-color css
<style>
a { background-color: #13949F; }
a { background-color: rgb(19,148,159); }
div.DivClassName
{
background-color: #13949F;
}
.BgClassName
{
background-color: #13949F;
}
</style>
border-color css
<style>
span { border-color: #13949F; }
span { border-color: rgb(19,148,159); }
td.TdClassName
{
border-color: #13949F;
}
.TagClassName
{
border-color: #13949F;
}
</style>