Shades of Java #12929B
Tints of Java #12929B
RGB
CMYK
RGB Variations
Color information
#12929B (or 0x12929B) is known color: Java. HEX triplet: 12, 92 and 9B. RGB value is (18,146,155). Sum of RGB (Red+Green+Blue) = 18+146+155=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #12929B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12929B is #ED6D64. Grayscale: #6C6C6C. Windows color (decimal): -15560037 or 10195474. OLE color: 10195474.
HSL color Cylindrical-coordinate representation of color #12929B: hue angle of 183.94º 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 #12929B is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 146 | 155 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.39 |
| HSL | 183.94º | 0.79% | 0.34% | - |
| HSV(B) | 183.94º | 0.88% | 0.61% | - |
| XYZ | 16.44 | 23.05 | 34.59 | - |
| YUV | 108.75 | 154.09 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 155 | 0.88 | 0.06 | 0 | 0.39 | 183.94 | 0.79 | 0.34 |
| Hex | 12 | 92 | 9B | 58 | 6 | 0 | 27 | B8 | 4F | 22 |
| Octal | 22 | 222 | 233 | 130 | 6 | 0 | 47 | 270 | 117 | 42 |
| Binary | 10010 | 10010010 | 10011011 | 1011000 | 110 | 0 | 100111 | 10111000 | 1001111 | 100010 |
Color Harmonies of #12929B
Complementary color
Monochromatic Colors of #12929B
Black with #12929B
Text Example
Text Example
White with #12929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12929B; }
p { color: rgb(18,146,155); }
H1.HeaderClassName
{
color: #12929B;
}
.AnyTagClassName
{
color: #12929B;
}
</style>
background-color css
<style>
a { background-color: #12929B; }
a { background-color: rgb(18,146,155); }
div.DivClassName
{
background-color: #12929B;
}
.BgClassName
{
background-color: #12929B;
}
</style>
border-color css
<style>
span { border-color: #12929B; }
span { border-color: rgb(18,146,155); }
td.TdClassName
{
border-color: #12929B;
}
.TagClassName
{
border-color: #12929B;
}
</style>