Shades of Java #1C8291
Tints of Java #1C8291
RGB
CMYK
RGB Variations
Color information
#1C8291 (or 0x1C8291) is known color: Java. HEX triplet: 1C, 82 and 91. RGB value is (28,130,145). Sum of RGB (Red+Green+Blue) = 28+130+145=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #1C8291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8291 is #E37D6E. Grayscale: #656565. Windows color (decimal): -14908783 or 9536028. OLE color: 9536028.
HSL color Cylindrical-coordinate representation of color #1C8291: hue angle of 187.69º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C8291 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 130 | 145 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.43 |
| HSL | 187.69º | 0.68% | 0.34% | - |
| HSV(B) | 187.69º | 0.81% | 0.57% | - |
| XYZ | 13.57 | 18.26 | 29.6 | - |
| YUV | 101.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 145 | 0.81 | 0.10 | 0 | 0.43 | 187.69 | 0.68 | 0.34 |
| Hex | 1C | 82 | 91 | 51 | A | 0 | 2B | BC | 44 | 22 |
| Octal | 34 | 202 | 221 | 121 | 12 | 0 | 53 | 274 | 104 | 42 |
| Binary | 11100 | 10000010 | 10010001 | 1010001 | 1010 | 0 | 101011 | 10111100 | 1000100 | 100010 |
Color Harmonies of #1C8291
Complementary color
Monochromatic Colors of #1C8291
Black with #1C8291
Text Example
Text Example
White with #1C8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8291; }
p { color: rgb(28,130,145); }
H1.HeaderClassName
{
color: #1C8291;
}
.AnyTagClassName
{
color: #1C8291;
}
</style>
background-color css
<style>
a { background-color: #1C8291; }
a { background-color: rgb(28,130,145); }
div.DivClassName
{
background-color: #1C8291;
}
.BgClassName
{
background-color: #1C8291;
}
</style>
border-color css
<style>
span { border-color: #1C8291; }
span { border-color: rgb(28,130,145); }
td.TdClassName
{
border-color: #1C8291;
}
.TagClassName
{
border-color: #1C8291;
}
</style>