Shades of Java #1C8495
Tints of Java #1C8495
RGB
CMYK
RGB Variations
Color information
#1C8495 (or 0x1C8495) is known color: Java. HEX triplet: 1C, 84 and 95. RGB value is (28,132,149). Sum of RGB (Red+Green+Blue) = 28+132+149=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C8495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8495 is #E37B6A. Grayscale: #666666. Windows color (decimal): -14908267 or 9798684. OLE color: 9798684.
HSL color Cylindrical-coordinate representation of color #1C8495: hue angle of 188.43º 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 #1C8495 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 132 | 149 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.42 |
| HSL | 188.43º | 0.68% | 0.35% | - |
| HSV(B) | 188.43º | 0.81% | 0.58% | - |
| XYZ | 14.15 | 18.92 | 31.34 | - |
| YUV | 102.84 | 154.04 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 149 | 0.81 | 0.11 | 0 | 0.42 | 188.43 | 0.68 | 0.35 |
| Hex | 1C | 84 | 95 | 51 | B | 0 | 2A | BC | 44 | 23 |
| Octal | 34 | 204 | 225 | 121 | 13 | 0 | 52 | 274 | 104 | 43 |
| Binary | 11100 | 10000100 | 10010101 | 1010001 | 1011 | 0 | 101010 | 10111100 | 1000100 | 100011 |
Color Harmonies of #1C8495
Complementary color
Monochromatic Colors of #1C8495
Black with #1C8495
Text Example
Text Example
White with #1C8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8495; }
p { color: rgb(28,132,149); }
H1.HeaderClassName
{
color: #1C8495;
}
.AnyTagClassName
{
color: #1C8495;
}
</style>
background-color css
<style>
a { background-color: #1C8495; }
a { background-color: rgb(28,132,149); }
div.DivClassName
{
background-color: #1C8495;
}
.BgClassName
{
background-color: #1C8495;
}
</style>
border-color css
<style>
span { border-color: #1C8495; }
span { border-color: rgb(28,132,149); }
td.TdClassName
{
border-color: #1C8495;
}
.TagClassName
{
border-color: #1C8495;
}
</style>