Shades of Java #12969A
Tints of Java #12969A
RGB
CMYK
RGB Variations
Color information
#12969A (or 0x12969A) is known color: Java. HEX triplet: 12, 96 and 9A. RGB value is (18,150,154). Sum of RGB (Red+Green+Blue) = 18+150+154=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #12969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12969A is #ED6965. Grayscale: #6E6E6E. Windows color (decimal): -15559014 or 10130962. OLE color: 10130962.
HSL color Cylindrical-coordinate representation of color #12969A: hue angle of 181.76º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12969A is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 150 | 154 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.40 |
| HSL | 181.76º | 0.79% | 0.34% | - |
| HSV(B) | 181.76º | 0.88% | 0.6% | - |
| XYZ | 16.99 | 24.27 | 34.36 | - |
| YUV | 110.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 154 | 0.88 | 0.03 | 0 | 0.40 | 181.76 | 0.79 | 0.34 |
| Hex | 12 | 96 | 9A | 58 | 3 | 0 | 28 | B6 | 4F | 22 |
| Octal | 22 | 226 | 232 | 130 | 3 | 0 | 50 | 266 | 117 | 42 |
| Binary | 10010 | 10010110 | 10011010 | 1011000 | 11 | 0 | 101000 | 10110110 | 1001111 | 100010 |
Color Harmonies of #12969A
Complementary color
Monochromatic Colors of #12969A
Black with #12969A
Text Example
Text Example
White with #12969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12969A; }
p { color: rgb(18,150,154); }
H1.HeaderClassName
{
color: #12969A;
}
.AnyTagClassName
{
color: #12969A;
}
</style>
background-color css
<style>
a { background-color: #12969A; }
a { background-color: rgb(18,150,154); }
div.DivClassName
{
background-color: #12969A;
}
.BgClassName
{
background-color: #12969A;
}
</style>
border-color css
<style>
span { border-color: #12969A; }
span { border-color: rgb(18,150,154); }
td.TdClassName
{
border-color: #12969A;
}
.TagClassName
{
border-color: #12969A;
}
</style>