Shades of Java #199299
Tints of Java #199299
RGB
CMYK
RGB Variations
Color information
#199299 (or 0x199299) is known color: Java. HEX triplet: 19, 92 and 99. RGB value is (25,146,153). Sum of RGB (Red+Green+Blue) = 25+146+153=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #199299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199299 is #E66D66. Grayscale: #6E6E6E. Windows color (decimal): -15101287 or 10064409. OLE color: 10064409.
HSL color Cylindrical-coordinate representation of color #199299: hue angle of 183.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199299 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 146 | 153 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.4 |
| HSL | 183.28º | 0.72% | 0.35% | - |
| HSV(B) | 183.28º | 0.84% | 0.6% | - |
| XYZ | 16.43 | 23.06 | 33.72 | - |
| YUV | 110.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 153 | 0.84 | 0.05 | 0 | 0.4 | 183.28 | 0.72 | 0.35 |
| Hex | 19 | 92 | 99 | 54 | 5 | 0 | 28 | B7 | 48 | 23 |
| Octal | 31 | 222 | 231 | 124 | 5 | 0 | 50 | 267 | 110 | 43 |
| Binary | 11001 | 10010010 | 10011001 | 1010100 | 101 | 0 | 101000 | 10110111 | 1001000 | 100011 |
Color Harmonies of #199299
Complementary color
Monochromatic Colors of #199299
Black with #199299
Text Example
Text Example
White with #199299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199299; }
p { color: rgb(25,146,153); }
H1.HeaderClassName
{
color: #199299;
}
.AnyTagClassName
{
color: #199299;
}
</style>
background-color css
<style>
a { background-color: #199299; }
a { background-color: rgb(25,146,153); }
div.DivClassName
{
background-color: #199299;
}
.BgClassName
{
background-color: #199299;
}
</style>
border-color css
<style>
span { border-color: #199299; }
span { border-color: rgb(25,146,153); }
td.TdClassName
{
border-color: #199299;
}
.TagClassName
{
border-color: #199299;
}
</style>