Shades of Java #1C8494
Tints of Java #1C8494
RGB
CMYK
RGB Variations
Color information
#1C8494 (or 0x1C8494) is known color: Java. HEX triplet: 1C, 84 and 94. RGB value is (28,132,148). Sum of RGB (Red+Green+Blue) = 28+132+148=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C8494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8494 is #E37B6B. Grayscale: #666666. Windows color (decimal): -14908268 or 9733148. OLE color: 9733148.
HSL color Cylindrical-coordinate representation of color #1C8494: hue angle of 188º 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 #1C8494 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 132 | 148 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.42 |
| HSL | 188º | 0.68% | 0.35% | - |
| HSV(B) | 188º | 0.81% | 0.58% | - |
| XYZ | 14.08 | 18.89 | 30.92 | - |
| YUV | 102.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 148 | 0.81 | 0.11 | 0 | 0.42 | 188 | 0.68 | 0.35 |
| Hex | 1C | 84 | 94 | 51 | B | 0 | 2A | BC | 44 | 23 |
| Octal | 34 | 204 | 224 | 121 | 13 | 0 | 52 | 274 | 104 | 43 |
| Binary | 11100 | 10000100 | 10010100 | 1010001 | 1011 | 0 | 101010 | 10111100 | 1000100 | 100011 |
Color Harmonies of #1C8494
Complementary color
Monochromatic Colors of #1C8494
Black with #1C8494
Text Example
Text Example
White with #1C8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8494; }
p { color: rgb(28,132,148); }
H1.HeaderClassName
{
color: #1C8494;
}
.AnyTagClassName
{
color: #1C8494;
}
</style>
background-color css
<style>
a { background-color: #1C8494; }
a { background-color: rgb(28,132,148); }
div.DivClassName
{
background-color: #1C8494;
}
.BgClassName
{
background-color: #1C8494;
}
</style>
border-color css
<style>
span { border-color: #1C8494; }
span { border-color: rgb(28,132,148); }
td.TdClassName
{
border-color: #1C8494;
}
.TagClassName
{
border-color: #1C8494;
}
</style>