Shades of Java #1C9294
Tints of Java #1C9294
RGB
CMYK
RGB Variations
Color information
#1C9294 (or 0x1C9294) is known color: Java. HEX triplet: 1C, 92 and 94. RGB value is (28,146,148). Sum of RGB (Red+Green+Blue) = 28+146+148=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C9294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9294 is #E36D6B. Grayscale: #6E6E6E. Windows color (decimal): -14904684 or 9736732. OLE color: 9736732.
HSL color Cylindrical-coordinate representation of color #1C9294: hue angle of 181º 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 #1C9294 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 146 | 148 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.42 |
| HSL | 181º | 0.68% | 0.35% | - |
| HSV(B) | 181º | 0.81% | 0.58% | - |
| XYZ | 16.1 | 22.94 | 31.6 | - |
| YUV | 110.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 146 | 148 | 0.81 | 0.01 | 0 | 0.42 | 181 | 0.68 | 0.35 |
| Hex | 1C | 92 | 94 | 51 | 1 | 0 | 2A | B5 | 44 | 23 |
| Octal | 34 | 222 | 224 | 121 | 1 | 0 | 52 | 265 | 104 | 43 |
| Binary | 11100 | 10010010 | 10010100 | 1010001 | 1 | 0 | 101010 | 10110101 | 1000100 | 100011 |
Color Harmonies of #1C9294
Complementary color
Monochromatic Colors of #1C9294
Black with #1C9294
Text Example
Text Example
White with #1C9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9294; }
p { color: rgb(28,146,148); }
H1.HeaderClassName
{
color: #1C9294;
}
.AnyTagClassName
{
color: #1C9294;
}
</style>
background-color css
<style>
a { background-color: #1C9294; }
a { background-color: rgb(28,146,148); }
div.DivClassName
{
background-color: #1C9294;
}
.BgClassName
{
background-color: #1C9294;
}
</style>
border-color css
<style>
span { border-color: #1C9294; }
span { border-color: rgb(28,146,148); }
td.TdClassName
{
border-color: #1C9294;
}
.TagClassName
{
border-color: #1C9294;
}
</style>