Shades of Java #179294
Tints of Java #179294
RGB
CMYK
RGB Variations
Color information
#179294 (or 0x179294) is known color: Java. HEX triplet: 17, 92 and 94. RGB value is (23,146,148). Sum of RGB (Red+Green+Blue) = 23+146+148=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #179294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179294 is #E86D6B. Grayscale: #6D6D6D. Windows color (decimal): -15232364 or 9736727. OLE color: 9736727.
HSL color Cylindrical-coordinate representation of color #179294: hue angle of 180.96º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #179294 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 146 | 148 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.42 |
| HSL | 180.96º | 0.73% | 0.34% | - |
| HSV(B) | 180.96º | 0.84% | 0.58% | - |
| XYZ | 15.98 | 22.88 | 31.59 | - |
| YUV | 109.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 148 | 0.84 | 0.01 | 0 | 0.42 | 180.96 | 0.73 | 0.34 |
| Hex | 17 | 92 | 94 | 54 | 1 | 0 | 2A | B5 | 49 | 22 |
| Octal | 27 | 222 | 224 | 124 | 1 | 0 | 52 | 265 | 111 | 42 |
| Binary | 10111 | 10010010 | 10010100 | 1010100 | 1 | 0 | 101010 | 10110101 | 1001001 | 100010 |
Color Harmonies of #179294
Complementary color
Monochromatic Colors of #179294
Black with #179294
Text Example
Text Example
White with #179294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179294; }
p { color: rgb(23,146,148); }
H1.HeaderClassName
{
color: #179294;
}
.AnyTagClassName
{
color: #179294;
}
</style>
background-color css
<style>
a { background-color: #179294; }
a { background-color: rgb(23,146,148); }
div.DivClassName
{
background-color: #179294;
}
.BgClassName
{
background-color: #179294;
}
</style>
border-color css
<style>
span { border-color: #179294; }
span { border-color: rgb(23,146,148); }
td.TdClassName
{
border-color: #179294;
}
.TagClassName
{
border-color: #179294;
}
</style>