Shades of Java #179194
Tints of Java #179194
RGB
CMYK
RGB Variations
Color information
#179194 (or 0x179194) is known color: Java. HEX triplet: 17, 91 and 94. RGB value is (23,145,148). Sum of RGB (Red+Green+Blue) = 23+145+148=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #179194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179194 is #E86E6B. Grayscale: #6C6C6C. Windows color (decimal): -15232620 or 9736471. OLE color: 9736471.
HSL color Cylindrical-coordinate representation of color #179194: hue angle of 181.44º 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 #179194 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 145 | 148 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.42 |
| HSL | 181.44º | 0.73% | 0.34% | - |
| HSV(B) | 181.44º | 0.84% | 0.58% | - |
| XYZ | 15.82 | 22.57 | 31.54 | - |
| YUV | 108.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 148 | 0.84 | 0.02 | 0 | 0.42 | 181.44 | 0.73 | 0.34 |
| Hex | 17 | 91 | 94 | 54 | 2 | 0 | 2A | B5 | 49 | 22 |
| Octal | 27 | 221 | 224 | 124 | 2 | 0 | 52 | 265 | 111 | 42 |
| Binary | 10111 | 10010001 | 10010100 | 1010100 | 10 | 0 | 101010 | 10110101 | 1001001 | 100010 |
Color Harmonies of #179194
Complementary color
Monochromatic Colors of #179194
Black with #179194
Text Example
Text Example
White with #179194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179194; }
p { color: rgb(23,145,148); }
H1.HeaderClassName
{
color: #179194;
}
.AnyTagClassName
{
color: #179194;
}
</style>
background-color css
<style>
a { background-color: #179194; }
a { background-color: rgb(23,145,148); }
div.DivClassName
{
background-color: #179194;
}
.BgClassName
{
background-color: #179194;
}
</style>
border-color css
<style>
span { border-color: #179194; }
span { border-color: rgb(23,145,148); }
td.TdClassName
{
border-color: #179194;
}
.TagClassName
{
border-color: #179194;
}
</style>