Shades of Java #12969C
Tints of Java #12969C
RGB
CMYK
RGB Variations
Color information
#12969C (or 0x12969C) is known color: Java. HEX triplet: 12, 96 and 9C. RGB value is (18,150,156). Sum of RGB (Red+Green+Blue) = 18+150+156=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #12969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12969C is #ED6963. Grayscale: #6F6F6F. Windows color (decimal): -15559012 or 10262034. OLE color: 10262034.
HSL color Cylindrical-coordinate representation of color #12969C: hue angle of 182.61º 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 #12969C is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 150 | 156 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.39 |
| HSL | 182.61º | 0.79% | 0.34% | - |
| HSV(B) | 182.61º | 0.88% | 0.61% | - |
| XYZ | 17.16 | 24.34 | 35.25 | - |
| YUV | 111.22 | 153.27 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 156 | 0.88 | 0.04 | 0 | 0.39 | 182.61 | 0.79 | 0.34 |
| Hex | 12 | 96 | 9C | 58 | 4 | 0 | 27 | B7 | 4F | 22 |
| Octal | 22 | 226 | 234 | 130 | 4 | 0 | 47 | 267 | 117 | 42 |
| Binary | 10010 | 10010110 | 10011100 | 1011000 | 100 | 0 | 100111 | 10110111 | 1001111 | 100010 |
Color Harmonies of #12969C
Complementary color
Monochromatic Colors of #12969C
Black with #12969C
Text Example
Text Example
White with #12969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12969C; }
p { color: rgb(18,150,156); }
H1.HeaderClassName
{
color: #12969C;
}
.AnyTagClassName
{
color: #12969C;
}
</style>
background-color css
<style>
a { background-color: #12969C; }
a { background-color: rgb(18,150,156); }
div.DivClassName
{
background-color: #12969C;
}
.BgClassName
{
background-color: #12969C;
}
</style>
border-color css
<style>
span { border-color: #12969C; }
span { border-color: rgb(18,150,156); }
td.TdClassName
{
border-color: #12969C;
}
.TagClassName
{
border-color: #12969C;
}
</style>