Shades of Java #12939B
Tints of Java #12939B
RGB
CMYK
RGB Variations
Color information
#12939B (or 0x12939B) is known color: Java. HEX triplet: 12, 93 and 9B. RGB value is (18,147,155). Sum of RGB (Red+Green+Blue) = 18+147+155=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #12939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12939B is #ED6C64. Grayscale: #6D6D6D. Windows color (decimal): -15559781 or 10195730. OLE color: 10195730.
HSL color Cylindrical-coordinate representation of color #12939B: hue angle of 183.5º 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 #12939B is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 147 | 155 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.39 |
| HSL | 183.5º | 0.79% | 0.34% | - |
| HSV(B) | 183.5º | 0.88% | 0.61% | - |
| XYZ | 16.6 | 23.36 | 34.64 | - |
| YUV | 109.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 155 | 0.88 | 0.05 | 0 | 0.39 | 183.5 | 0.79 | 0.34 |
| Hex | 12 | 93 | 9B | 58 | 5 | 0 | 27 | B8 | 4F | 22 |
| Octal | 22 | 223 | 233 | 130 | 5 | 0 | 47 | 270 | 117 | 42 |
| Binary | 10010 | 10010011 | 10011011 | 1011000 | 101 | 0 | 100111 | 10111000 | 1001111 | 100010 |
Color Harmonies of #12939B
Complementary color
Monochromatic Colors of #12939B
Black with #12939B
Text Example
Text Example
White with #12939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12939B; }
p { color: rgb(18,147,155); }
H1.HeaderClassName
{
color: #12939B;
}
.AnyTagClassName
{
color: #12939B;
}
</style>
background-color css
<style>
a { background-color: #12939B; }
a { background-color: rgb(18,147,155); }
div.DivClassName
{
background-color: #12939B;
}
.BgClassName
{
background-color: #12939B;
}
</style>
border-color css
<style>
span { border-color: #12939B; }
span { border-color: rgb(18,147,155); }
td.TdClassName
{
border-color: #12939B;
}
.TagClassName
{
border-color: #12939B;
}
</style>