Shades of Java #1C959D
Tints of Java #1C959D
RGB
CMYK
RGB Variations
Color information
#1C959D (or 0x1C959D) is known color: Java. HEX triplet: 1C, 95 and 9D. RGB value is (28,149,157). Sum of RGB (Red+Green+Blue) = 28+149+157=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C959D is #E36A62. Grayscale: #717171. Windows color (decimal): -14903907 or 10327324. OLE color: 10327324.
HSL color Cylindrical-coordinate representation of color #1C959D: hue angle of 183.72º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C959D is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 149 | 157 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.38 |
| HSL | 183.72º | 0.7% | 0.36% | - |
| HSV(B) | 183.72º | 0.82% | 0.62% | - |
| XYZ | 17.31 | 24.18 | 35.65 | - |
| YUV | 113.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 149 | 157 | 0.82 | 0.05 | 0 | 0.38 | 183.72 | 0.7 | 0.36 |
| Hex | 1C | 95 | 9D | 52 | 5 | 0 | 26 | B8 | 46 | 24 |
| Octal | 34 | 225 | 235 | 122 | 5 | 0 | 46 | 270 | 106 | 44 |
| Binary | 11100 | 10010101 | 10011101 | 1010010 | 101 | 0 | 100110 | 10111000 | 1000110 | 100100 |
Color Harmonies of #1C959D
Complementary color
Monochromatic Colors of #1C959D
Black with #1C959D
Text Example
Text Example
White with #1C959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C959D; }
p { color: rgb(28,149,157); }
H1.HeaderClassName
{
color: #1C959D;
}
.AnyTagClassName
{
color: #1C959D;
}
</style>
background-color css
<style>
a { background-color: #1C959D; }
a { background-color: rgb(28,149,157); }
div.DivClassName
{
background-color: #1C959D;
}
.BgClassName
{
background-color: #1C959D;
}
</style>
border-color css
<style>
span { border-color: #1C959D; }
span { border-color: rgb(28,149,157); }
td.TdClassName
{
border-color: #1C959D;
}
.TagClassName
{
border-color: #1C959D;
}
</style>