Shades of Java #1C9199
Tints of Java #1C9199
RGB
CMYK
RGB Variations
Color information
#1C9199 (or 0x1C9199) is known color: Java. HEX triplet: 1C, 91 and 99. RGB value is (28,145,153). Sum of RGB (Red+Green+Blue) = 28+145+153=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C9199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9199 is #E36E66. Grayscale: #6E6E6E. Windows color (decimal): -14904935 or 10064156. OLE color: 10064156.
HSL color Cylindrical-coordinate representation of color #1C9199: hue angle of 183.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9199 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 145 | 153 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.4 |
| HSL | 183.84º | 0.69% | 0.35% | - |
| HSV(B) | 183.84º | 0.82% | 0.6% | - |
| XYZ | 16.35 | 22.8 | 33.68 | - |
| YUV | 110.93 | 151.74 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 145 | 153 | 0.82 | 0.05 | 0 | 0.4 | 183.84 | 0.69 | 0.35 |
| Hex | 1C | 91 | 99 | 52 | 5 | 0 | 28 | B8 | 45 | 23 |
| Octal | 34 | 221 | 231 | 122 | 5 | 0 | 50 | 270 | 105 | 43 |
| Binary | 11100 | 10010001 | 10011001 | 1010010 | 101 | 0 | 101000 | 10111000 | 1000101 | 100011 |
Color Harmonies of #1C9199
Complementary color
Monochromatic Colors of #1C9199
Black with #1C9199
Text Example
Text Example
White with #1C9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9199; }
p { color: rgb(28,145,153); }
H1.HeaderClassName
{
color: #1C9199;
}
.AnyTagClassName
{
color: #1C9199;
}
</style>
background-color css
<style>
a { background-color: #1C9199; }
a { background-color: rgb(28,145,153); }
div.DivClassName
{
background-color: #1C9199;
}
.BgClassName
{
background-color: #1C9199;
}
</style>
border-color css
<style>
span { border-color: #1C9199; }
span { border-color: rgb(28,145,153); }
td.TdClassName
{
border-color: #1C9199;
}
.TagClassName
{
border-color: #1C9199;
}
</style>