Shades of Java #12939F
Tints of Java #12939F
RGB
CMYK
RGB Variations
Color information
#12939F (or 0x12939F) is known color: Java. HEX triplet: 12, 93 and 9F. RGB value is (18,147,159). Sum of RGB (Red+Green+Blue) = 18+147+159=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #12939F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12939F is #ED6C60. Grayscale: #6D6D6D. Windows color (decimal): -15559777 or 10457874. OLE color: 10457874.
HSL color Cylindrical-coordinate representation of color #12939F: hue angle of 185.11º 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 #12939F is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 147 | 159 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.38 |
| HSL | 185.11º | 0.8% | 0.35% | - |
| HSV(B) | 185.11º | 0.89% | 0.62% | - |
| XYZ | 16.94 | 23.5 | 36.44 | - |
| YUV | 109.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 159 | 0.89 | 0.08 | 0 | 0.38 | 185.11 | 0.8 | 0.35 |
| Hex | 12 | 93 | 9F | 59 | 8 | 0 | 26 | B9 | 50 | 23 |
| Octal | 22 | 223 | 237 | 131 | 10 | 0 | 46 | 271 | 120 | 43 |
| Binary | 10010 | 10010011 | 10011111 | 1011001 | 1000 | 0 | 100110 | 10111001 | 1010000 | 100011 |
Color Harmonies of #12939F
Complementary color
Monochromatic Colors of #12939F
Black with #12939F
Text Example
Text Example
White with #12939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12939F; }
p { color: rgb(18,147,159); }
H1.HeaderClassName
{
color: #12939F;
}
.AnyTagClassName
{
color: #12939F;
}
</style>
background-color css
<style>
a { background-color: #12939F; }
a { background-color: rgb(18,147,159); }
div.DivClassName
{
background-color: #12939F;
}
.BgClassName
{
background-color: #12939F;
}
</style>
border-color css
<style>
span { border-color: #12939F; }
span { border-color: rgb(18,147,159); }
td.TdClassName
{
border-color: #12939F;
}
.TagClassName
{
border-color: #12939F;
}
</style>