Shades of Java #12959E
Tints of Java #12959E
RGB
CMYK
RGB Variations
Color information
#12959E (or 0x12959E) is known color: Java. HEX triplet: 12, 95 and 9E. RGB value is (18,149,158). Sum of RGB (Red+Green+Blue) = 18+149+158=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #12959E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12959E is #ED6A61. Grayscale: #6E6E6E. Windows color (decimal): -15559266 or 10392850. OLE color: 10392850.
HSL color Cylindrical-coordinate representation of color #12959E: hue angle of 183.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12959E is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 149 | 158 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.38 |
| HSL | 183.86º | 0.8% | 0.35% | - |
| HSV(B) | 183.86º | 0.89% | 0.62% | - |
| XYZ | 17.17 | 24.09 | 36.09 | - |
| YUV | 110.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 158 | 0.89 | 0.06 | 0 | 0.38 | 183.86 | 0.8 | 0.35 |
| Hex | 12 | 95 | 9E | 59 | 6 | 0 | 26 | B8 | 50 | 23 |
| Octal | 22 | 225 | 236 | 131 | 6 | 0 | 46 | 270 | 120 | 43 |
| Binary | 10010 | 10010101 | 10011110 | 1011001 | 110 | 0 | 100110 | 10111000 | 1010000 | 100011 |
Color Harmonies of #12959E
Complementary color
Monochromatic Colors of #12959E
Black with #12959E
Text Example
Text Example
White with #12959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12959E; }
p { color: rgb(18,149,158); }
H1.HeaderClassName
{
color: #12959E;
}
.AnyTagClassName
{
color: #12959E;
}
</style>
background-color css
<style>
a { background-color: #12959E; }
a { background-color: rgb(18,149,158); }
div.DivClassName
{
background-color: #12959E;
}
.BgClassName
{
background-color: #12959E;
}
</style>
border-color css
<style>
span { border-color: #12959E; }
span { border-color: rgb(18,149,158); }
td.TdClassName
{
border-color: #12959E;
}
.TagClassName
{
border-color: #12959E;
}
</style>