Shades of Java #1D9199
Tints of Java #1D9199
RGB
CMYK
RGB Variations
Color information
#1D9199 (or 0x1D9199) is known color: Java. HEX triplet: 1D, 91 and 99. RGB value is (29,145,153). Sum of RGB (Red+Green+Blue) = 29+145+153=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D9199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9199 is #E26E66. Grayscale: #6F6F6F. Windows color (decimal): -14839399 or 10064157. OLE color: 10064157.
HSL color Cylindrical-coordinate representation of color #1D9199: hue angle of 183.87º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9199 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 145 | 153 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.4 |
| HSL | 183.87º | 0.68% | 0.36% | - |
| HSV(B) | 183.87º | 0.81% | 0.6% | - |
| XYZ | 16.38 | 22.81 | 33.68 | - |
| YUV | 111.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 153 | 0.81 | 0.05 | 0 | 0.4 | 183.87 | 0.68 | 0.36 |
| Hex | 1D | 91 | 99 | 51 | 5 | 0 | 28 | B8 | 44 | 24 |
| Octal | 35 | 221 | 231 | 121 | 5 | 0 | 50 | 270 | 104 | 44 |
| Binary | 11101 | 10010001 | 10011001 | 1010001 | 101 | 0 | 101000 | 10111000 | 1000100 | 100100 |
Color Harmonies of #1D9199
Complementary color
Monochromatic Colors of #1D9199
Black with #1D9199
Text Example
Text Example
White with #1D9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9199; }
p { color: rgb(29,145,153); }
H1.HeaderClassName
{
color: #1D9199;
}
.AnyTagClassName
{
color: #1D9199;
}
</style>
background-color css
<style>
a { background-color: #1D9199; }
a { background-color: rgb(29,145,153); }
div.DivClassName
{
background-color: #1D9199;
}
.BgClassName
{
background-color: #1D9199;
}
</style>
border-color css
<style>
span { border-color: #1D9199; }
span { border-color: rgb(29,145,153); }
td.TdClassName
{
border-color: #1D9199;
}
.TagClassName
{
border-color: #1D9199;
}
</style>