Shades of Java #12979B
Tints of Java #12979B
RGB
CMYK
RGB Variations
Color information
#12979B (or 0x12979B) is known color: Java. HEX triplet: 12, 97 and 9B. RGB value is (18,151,155). Sum of RGB (Red+Green+Blue) = 18+151+155=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #12979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12979B is #ED6864. Grayscale: #6F6F6F. Windows color (decimal): -15558757 or 10196754. OLE color: 10196754.
HSL color Cylindrical-coordinate representation of color #12979B: hue angle of 181.75º 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 #12979B is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 151 | 155 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.39 |
| HSL | 181.75º | 0.79% | 0.34% | - |
| HSV(B) | 181.75º | 0.88% | 0.61% | - |
| XYZ | 17.23 | 24.63 | 34.86 | - |
| YUV | 111.69 | 152.44 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 155 | 0.88 | 0.03 | 0 | 0.39 | 181.75 | 0.79 | 0.34 |
| Hex | 12 | 97 | 9B | 58 | 3 | 0 | 27 | B6 | 4F | 22 |
| Octal | 22 | 227 | 233 | 130 | 3 | 0 | 47 | 266 | 117 | 42 |
| Binary | 10010 | 10010111 | 10011011 | 1011000 | 11 | 0 | 100111 | 10110110 | 1001111 | 100010 |
Color Harmonies of #12979B
Complementary color
Monochromatic Colors of #12979B
Black with #12979B
Text Example
Text Example
White with #12979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12979B; }
p { color: rgb(18,151,155); }
H1.HeaderClassName
{
color: #12979B;
}
.AnyTagClassName
{
color: #12979B;
}
</style>
background-color css
<style>
a { background-color: #12979B; }
a { background-color: rgb(18,151,155); }
div.DivClassName
{
background-color: #12979B;
}
.BgClassName
{
background-color: #12979B;
}
</style>
border-color css
<style>
span { border-color: #12979B; }
span { border-color: rgb(18,151,155); }
td.TdClassName
{
border-color: #12979B;
}
.TagClassName
{
border-color: #12979B;
}
</style>