Shades of Java #1C8597
Tints of Java #1C8597
RGB
CMYK
RGB Variations
Color information
#1C8597 (or 0x1C8597) is known color: Java. HEX triplet: 1C, 85 and 97. RGB value is (28,133,151). Sum of RGB (Red+Green+Blue) = 28+133+151=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C8597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8597 is #E37A68. Grayscale: #676767. Windows color (decimal): -14908009 or 9930012. OLE color: 9930012.
HSL color Cylindrical-coordinate representation of color #1C8597: hue angle of 188.78º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C8597 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 133 | 151 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.41 |
| HSL | 188.78º | 0.69% | 0.35% | - |
| HSV(B) | 188.78º | 0.81% | 0.59% | - |
| XYZ | 14.45 | 19.26 | 32.23 | - |
| YUV | 103.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 151 | 0.81 | 0.12 | 0 | 0.41 | 188.78 | 0.69 | 0.35 |
| Hex | 1C | 85 | 97 | 51 | C | 0 | 29 | BD | 45 | 23 |
| Octal | 34 | 205 | 227 | 121 | 14 | 0 | 51 | 275 | 105 | 43 |
| Binary | 11100 | 10000101 | 10010111 | 1010001 | 1100 | 0 | 101001 | 10111101 | 1000101 | 100011 |
Color Harmonies of #1C8597
Complementary color
Monochromatic Colors of #1C8597
Black with #1C8597
Text Example
Text Example
White with #1C8597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8597; }
p { color: rgb(28,133,151); }
H1.HeaderClassName
{
color: #1C8597;
}
.AnyTagClassName
{
color: #1C8597;
}
</style>
background-color css
<style>
a { background-color: #1C8597; }
a { background-color: rgb(28,133,151); }
div.DivClassName
{
background-color: #1C8597;
}
.BgClassName
{
background-color: #1C8597;
}
</style>
border-color css
<style>
span { border-color: #1C8597; }
span { border-color: rgb(28,133,151); }
td.TdClassName
{
border-color: #1C8597;
}
.TagClassName
{
border-color: #1C8597;
}
</style>