Shades of Java #1C858B
Tints of Java #1C858B
RGB
CMYK
RGB Variations
Color information
#1C858B (or 0x1C858B) is known color: Java. HEX triplet: 1C, 85 and 8B. RGB value is (28,133,139). Sum of RGB (Red+Green+Blue) = 28+133+139=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C858B is #E37A74. Grayscale: #666666. Windows color (decimal): -14908021 or 9143580. OLE color: 9143580.
HSL color Cylindrical-coordinate representation of color #1C858B: hue angle of 183.24º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C858B is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 133 | 139 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.45 |
| HSL | 183.24º | 0.66% | 0.33% | - |
| HSV(B) | 183.24º | 0.8% | 0.55% | - |
| XYZ | 13.53 | 18.89 | 27.36 | - |
| YUV | 102.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 139 | 0.80 | 0.04 | 0 | 0.45 | 183.24 | 0.66 | 0.33 |
| Hex | 1C | 85 | 8B | 50 | 4 | 0 | 2D | B7 | 42 | 21 |
| Octal | 34 | 205 | 213 | 120 | 4 | 0 | 55 | 267 | 102 | 41 |
| Binary | 11100 | 10000101 | 10001011 | 1010000 | 100 | 0 | 101101 | 10110111 | 1000010 | 100001 |
Color Harmonies of #1C858B
Complementary color
Monochromatic Colors of #1C858B
Black with #1C858B
Text Example
Text Example
White with #1C858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C858B; }
p { color: rgb(28,133,139); }
H1.HeaderClassName
{
color: #1C858B;
}
.AnyTagClassName
{
color: #1C858B;
}
</style>
background-color css
<style>
a { background-color: #1C858B; }
a { background-color: rgb(28,133,139); }
div.DivClassName
{
background-color: #1C858B;
}
.BgClassName
{
background-color: #1C858B;
}
</style>
border-color css
<style>
span { border-color: #1C858B; }
span { border-color: rgb(28,133,139); }
td.TdClassName
{
border-color: #1C858B;
}
.TagClassName
{
border-color: #1C858B;
}
</style>