Shades of Java #1C8791
Tints of Java #1C8791
RGB
CMYK
RGB Variations
Color information
#1C8791 (or 0x1C8791) is known color: Java. HEX triplet: 1C, 87 and 91. RGB value is (28,135,145). Sum of RGB (Red+Green+Blue) = 28+135+145=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #1C8791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8791 is #E3786E. Grayscale: #686868. Windows color (decimal): -14907503 or 9537308. OLE color: 9537308.
HSL color Cylindrical-coordinate representation of color #1C8791: hue angle of 185.13º 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 #1C8791 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 135 | 145 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.43 |
| HSL | 185.13º | 0.68% | 0.34% | - |
| HSV(B) | 185.13º | 0.81% | 0.57% | - |
| XYZ | 14.25 | 19.62 | 29.82 | - |
| YUV | 104.15 | 151.05 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 145 | 0.81 | 0.07 | 0 | 0.43 | 185.13 | 0.68 | 0.34 |
| Hex | 1C | 87 | 91 | 51 | 7 | 0 | 2B | B9 | 44 | 22 |
| Octal | 34 | 207 | 221 | 121 | 7 | 0 | 53 | 271 | 104 | 42 |
| Binary | 11100 | 10000111 | 10010001 | 1010001 | 111 | 0 | 101011 | 10111001 | 1000100 | 100010 |
Color Harmonies of #1C8791
Complementary color
Monochromatic Colors of #1C8791
Black with #1C8791
Text Example
Text Example
White with #1C8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8791; }
p { color: rgb(28,135,145); }
H1.HeaderClassName
{
color: #1C8791;
}
.AnyTagClassName
{
color: #1C8791;
}
</style>
background-color css
<style>
a { background-color: #1C8791; }
a { background-color: rgb(28,135,145); }
div.DivClassName
{
background-color: #1C8791;
}
.BgClassName
{
background-color: #1C8791;
}
</style>
border-color css
<style>
span { border-color: #1C8791; }
span { border-color: rgb(28,135,145); }
td.TdClassName
{
border-color: #1C8791;
}
.TagClassName
{
border-color: #1C8791;
}
</style>