Shades of Java #129294
Tints of Java #129294
RGB
CMYK
RGB Variations
Color information
#129294 (or 0x129294) is known color: Java. HEX triplet: 12, 92 and 94. RGB value is (18,146,148). Sum of RGB (Red+Green+Blue) = 18+146+148=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #129294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129294 is #ED6D6B. Grayscale: #6B6B6B. Windows color (decimal): -15560044 or 9736722. OLE color: 9736722.
HSL color Cylindrical-coordinate representation of color #129294: hue angle of 180.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129294 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 146 | 148 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.42 |
| HSL | 180.92º | 0.78% | 0.33% | - |
| HSV(B) | 180.92º | 0.88% | 0.58% | - |
| XYZ | 15.87 | 22.82 | 31.59 | - |
| YUV | 107.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 148 | 0.88 | 0.01 | 0 | 0.42 | 180.92 | 0.78 | 0.33 |
| Hex | 12 | 92 | 94 | 58 | 1 | 0 | 2A | B5 | 4E | 21 |
| Octal | 22 | 222 | 224 | 130 | 1 | 0 | 52 | 265 | 116 | 41 |
| Binary | 10010 | 10010010 | 10010100 | 1011000 | 1 | 0 | 101010 | 10110101 | 1001110 | 100001 |
Color Harmonies of #129294
Complementary color
Monochromatic Colors of #129294
Black with #129294
Text Example
Text Example
White with #129294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129294; }
p { color: rgb(18,146,148); }
H1.HeaderClassName
{
color: #129294;
}
.AnyTagClassName
{
color: #129294;
}
</style>
background-color css
<style>
a { background-color: #129294; }
a { background-color: rgb(18,146,148); }
div.DivClassName
{
background-color: #129294;
}
.BgClassName
{
background-color: #129294;
}
</style>
border-color css
<style>
span { border-color: #129294; }
span { border-color: rgb(18,146,148); }
td.TdClassName
{
border-color: #129294;
}
.TagClassName
{
border-color: #129294;
}
</style>