Shades of Java #12949F
Tints of Java #12949F
RGB
CMYK
RGB Variations
Color information
#12949F (or 0x12949F) is known color: Java. HEX triplet: 12, 94 and 9F. RGB value is (18,148,159). Sum of RGB (Red+Green+Blue) = 18+148+159=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #12949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12949F is #ED6B60. Grayscale: #6E6E6E. Windows color (decimal): -15559521 or 10458130. OLE color: 10458130.
HSL color Cylindrical-coordinate representation of color #12949F: hue angle of 184.68º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12949F is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 148 | 159 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.38 |
| HSL | 184.68º | 0.8% | 0.35% | - |
| HSV(B) | 184.68º | 0.89% | 0.62% | - |
| XYZ | 17.1 | 23.81 | 36.5 | - |
| YUV | 110.38 | 155.43 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 159 | 0.89 | 0.07 | 0 | 0.38 | 184.68 | 0.8 | 0.35 |
| Hex | 12 | 94 | 9F | 59 | 7 | 0 | 26 | B9 | 50 | 23 |
| Octal | 22 | 224 | 237 | 131 | 7 | 0 | 46 | 271 | 120 | 43 |
| Binary | 10010 | 10010100 | 10011111 | 1011001 | 111 | 0 | 100110 | 10111001 | 1010000 | 100011 |
Color Harmonies of #12949F
Complementary color
Monochromatic Colors of #12949F
Black with #12949F
Text Example
Text Example
White with #12949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12949F; }
p { color: rgb(18,148,159); }
H1.HeaderClassName
{
color: #12949F;
}
.AnyTagClassName
{
color: #12949F;
}
</style>
background-color css
<style>
a { background-color: #12949F; }
a { background-color: rgb(18,148,159); }
div.DivClassName
{
background-color: #12949F;
}
.BgClassName
{
background-color: #12949F;
}
</style>
border-color css
<style>
span { border-color: #12949F; }
span { border-color: rgb(18,148,159); }
td.TdClassName
{
border-color: #12949F;
}
.TagClassName
{
border-color: #12949F;
}
</style>