Shades of Java #12939C
Tints of Java #12939C
RGB
CMYK
RGB Variations
Color information
#12939C (or 0x12939C) is known color: Java. HEX triplet: 12, 93 and 9C. RGB value is (18,147,156). Sum of RGB (Red+Green+Blue) = 18+147+156=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #12939C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12939C is #ED6C63. Grayscale: #6D6D6D. Windows color (decimal): -15559780 or 10261266. OLE color: 10261266.
HSL color Cylindrical-coordinate representation of color #12939C: hue angle of 183.91º 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 #12939C is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 147 | 156 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.39 |
| HSL | 183.91º | 0.79% | 0.34% | - |
| HSV(B) | 183.91º | 0.88% | 0.61% | - |
| XYZ | 16.68 | 23.4 | 35.09 | - |
| YUV | 109.46 | 154.26 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 156 | 0.88 | 0.06 | 0 | 0.39 | 183.91 | 0.79 | 0.34 |
| Hex | 12 | 93 | 9C | 58 | 6 | 0 | 27 | B8 | 4F | 22 |
| Octal | 22 | 223 | 234 | 130 | 6 | 0 | 47 | 270 | 117 | 42 |
| Binary | 10010 | 10010011 | 10011100 | 1011000 | 110 | 0 | 100111 | 10111000 | 1001111 | 100010 |
Color Harmonies of #12939C
Complementary color
Monochromatic Colors of #12939C
Black with #12939C
Text Example
Text Example
White with #12939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12939C; }
p { color: rgb(18,147,156); }
H1.HeaderClassName
{
color: #12939C;
}
.AnyTagClassName
{
color: #12939C;
}
</style>
background-color css
<style>
a { background-color: #12939C; }
a { background-color: rgb(18,147,156); }
div.DivClassName
{
background-color: #12939C;
}
.BgClassName
{
background-color: #12939C;
}
</style>
border-color css
<style>
span { border-color: #12939C; }
span { border-color: rgb(18,147,156); }
td.TdClassName
{
border-color: #12939C;
}
.TagClassName
{
border-color: #12939C;
}
</style>