Shades of Java #1C8895
Tints of Java #1C8895
RGB
CMYK
RGB Variations
Color information
#1C8895 (or 0x1C8895) is known color: Java. HEX triplet: 1C, 88 and 95. RGB value is (28,136,149). Sum of RGB (Red+Green+Blue) = 28+136+149=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C8895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8895 is #E3776A. Grayscale: #696969. Windows color (decimal): -14907243 or 9799708. OLE color: 9799708.
HSL color Cylindrical-coordinate representation of color #1C8895: hue angle of 186.45º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C8895 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 136 | 149 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.42 |
| HSL | 186.45º | 0.68% | 0.35% | - |
| HSV(B) | 186.45º | 0.81% | 0.58% | - |
| XYZ | 14.71 | 20.03 | 31.52 | - |
| YUV | 105.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 149 | 0.81 | 0.09 | 0 | 0.42 | 186.45 | 0.68 | 0.35 |
| Hex | 1C | 88 | 95 | 51 | 9 | 0 | 2A | BA | 44 | 23 |
| Octal | 34 | 210 | 225 | 121 | 11 | 0 | 52 | 272 | 104 | 43 |
| Binary | 11100 | 10001000 | 10010101 | 1010001 | 1001 | 0 | 101010 | 10111010 | 1000100 | 100011 |
Color Harmonies of #1C8895
Complementary color
Monochromatic Colors of #1C8895
Black with #1C8895
Text Example
Text Example
White with #1C8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8895; }
p { color: rgb(28,136,149); }
H1.HeaderClassName
{
color: #1C8895;
}
.AnyTagClassName
{
color: #1C8895;
}
</style>
background-color css
<style>
a { background-color: #1C8895; }
a { background-color: rgb(28,136,149); }
div.DivClassName
{
background-color: #1C8895;
}
.BgClassName
{
background-color: #1C8895;
}
</style>
border-color css
<style>
span { border-color: #1C8895; }
span { border-color: rgb(28,136,149); }
td.TdClassName
{
border-color: #1C8895;
}
.TagClassName
{
border-color: #1C8895;
}
</style>