Shades of Java #129293
Tints of Java #129293
RGB
CMYK
RGB Variations
Color information
#129293 (or 0x129293) is known color: Java. HEX triplet: 12, 92 and 93. RGB value is (18,146,147). Sum of RGB (Red+Green+Blue) = 18+146+147=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #129293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129293 is #ED6D6C. Grayscale: #6B6B6B. Windows color (decimal): -15560045 or 9671186. OLE color: 9671186.
HSL color Cylindrical-coordinate representation of color #129293: hue angle of 180.47º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129293 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 146 | 147 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.42 |
| HSL | 180.47º | 0.78% | 0.32% | - |
| HSV(B) | 180.47º | 0.88% | 0.58% | - |
| XYZ | 15.79 | 22.79 | 31.17 | - |
| YUV | 107.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 147 | 0.88 | 0.01 | 0 | 0.42 | 180.47 | 0.78 | 0.32 |
| Hex | 12 | 92 | 93 | 58 | 1 | 0 | 2A | B4 | 4E | 20 |
| Octal | 22 | 222 | 223 | 130 | 1 | 0 | 52 | 264 | 116 | 40 |
| Binary | 10010 | 10010010 | 10010011 | 1011000 | 1 | 0 | 101010 | 10110100 | 1001110 | 100000 |
Color Harmonies of #129293
Complementary color
Monochromatic Colors of #129293
Black with #129293
Text Example
Text Example
White with #129293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129293; }
p { color: rgb(18,146,147); }
H1.HeaderClassName
{
color: #129293;
}
.AnyTagClassName
{
color: #129293;
}
</style>
background-color css
<style>
a { background-color: #129293; }
a { background-color: rgb(18,146,147); }
div.DivClassName
{
background-color: #129293;
}
.BgClassName
{
background-color: #129293;
}
</style>
border-color css
<style>
span { border-color: #129293; }
span { border-color: rgb(18,146,147); }
td.TdClassName
{
border-color: #129293;
}
.TagClassName
{
border-color: #129293;
}
</style>