Shades of Java #12919C
Tints of Java #12919C
RGB
CMYK
RGB Variations
Color information
#12919C (or 0x12919C) is known color: Java. HEX triplet: 12, 91 and 9C. RGB value is (18,145,156). Sum of RGB (Red+Green+Blue) = 18+145+156=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #12919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12919C is #ED6E63. Grayscale: #6C6C6C. Windows color (decimal): -15560292 or 10260754. OLE color: 10260754.
HSL color Cylindrical-coordinate representation of color #12919C: hue angle of 184.78º 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 #12919C is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 145 | 156 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.39 |
| HSL | 184.78º | 0.79% | 0.34% | - |
| HSV(B) | 184.78º | 0.88% | 0.61% | - |
| XYZ | 16.38 | 22.78 | 34.99 | - |
| YUV | 108.28 | 154.92 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 156 | 0.88 | 0.07 | 0 | 0.39 | 184.78 | 0.79 | 0.34 |
| Hex | 12 | 91 | 9C | 58 | 7 | 0 | 27 | B9 | 4F | 22 |
| Octal | 22 | 221 | 234 | 130 | 7 | 0 | 47 | 271 | 117 | 42 |
| Binary | 10010 | 10010001 | 10011100 | 1011000 | 111 | 0 | 100111 | 10111001 | 1001111 | 100010 |
Color Harmonies of #12919C
Complementary color
Monochromatic Colors of #12919C
Black with #12919C
Text Example
Text Example
White with #12919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12919C; }
p { color: rgb(18,145,156); }
H1.HeaderClassName
{
color: #12919C;
}
.AnyTagClassName
{
color: #12919C;
}
</style>
background-color css
<style>
a { background-color: #12919C; }
a { background-color: rgb(18,145,156); }
div.DivClassName
{
background-color: #12919C;
}
.BgClassName
{
background-color: #12919C;
}
</style>
border-color css
<style>
span { border-color: #12919C; }
span { border-color: rgb(18,145,156); }
td.TdClassName
{
border-color: #12919C;
}
.TagClassName
{
border-color: #12919C;
}
</style>