Shades of Java #12959C
Tints of Java #12959C
RGB
CMYK
RGB Variations
Color information
#12959C (or 0x12959C) is known color: Java. HEX triplet: 12, 95 and 9C. RGB value is (18,149,156). Sum of RGB (Red+Green+Blue) = 18+149+156=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #12959C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12959C is #ED6A63. Grayscale: #6E6E6E. Windows color (decimal): -15559268 or 10261778. OLE color: 10261778.
HSL color Cylindrical-coordinate representation of color #12959C: hue angle of 183.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12959C is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 149 | 156 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.39 |
| HSL | 183.04º | 0.79% | 0.34% | - |
| HSV(B) | 183.04º | 0.88% | 0.61% | - |
| XYZ | 17 | 24.02 | 35.19 | - |
| YUV | 110.63 | 153.6 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 156 | 0.88 | 0.04 | 0 | 0.39 | 183.04 | 0.79 | 0.34 |
| Hex | 12 | 95 | 9C | 58 | 4 | 0 | 27 | B7 | 4F | 22 |
| Octal | 22 | 225 | 234 | 130 | 4 | 0 | 47 | 267 | 117 | 42 |
| Binary | 10010 | 10010101 | 10011100 | 1011000 | 100 | 0 | 100111 | 10110111 | 1001111 | 100010 |
Color Harmonies of #12959C
Complementary color
Monochromatic Colors of #12959C
Black with #12959C
Text Example
Text Example
White with #12959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12959C; }
p { color: rgb(18,149,156); }
H1.HeaderClassName
{
color: #12959C;
}
.AnyTagClassName
{
color: #12959C;
}
</style>
background-color css
<style>
a { background-color: #12959C; }
a { background-color: rgb(18,149,156); }
div.DivClassName
{
background-color: #12959C;
}
.BgClassName
{
background-color: #12959C;
}
</style>
border-color css
<style>
span { border-color: #12959C; }
span { border-color: rgb(18,149,156); }
td.TdClassName
{
border-color: #12959C;
}
.TagClassName
{
border-color: #12959C;
}
</style>