Shades of Java #179199
Tints of Java #179199
RGB
CMYK
RGB Variations
Color information
#179199 (or 0x179199) is known color: Java. HEX triplet: 17, 91 and 99. RGB value is (23,145,153). Sum of RGB (Red+Green+Blue) = 23+145+153=321 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.17% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #179199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179199 is #E86E66. Grayscale: #6D6D6D. Windows color (decimal): -15232615 or 10064151. OLE color: 10064151.
HSL color Cylindrical-coordinate representation of color #179199: hue angle of 183.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #179199 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 145 | 153 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.4 |
| HSL | 183.69º | 0.74% | 0.35% | - |
| HSV(B) | 183.69º | 0.85% | 0.6% | - |
| XYZ | 16.23 | 22.73 | 33.67 | - |
| YUV | 109.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 153 | 0.85 | 0.05 | 0 | 0.4 | 183.69 | 0.74 | 0.35 |
| Hex | 17 | 91 | 99 | 55 | 5 | 0 | 28 | B8 | 4A | 23 |
| Octal | 27 | 221 | 231 | 125 | 5 | 0 | 50 | 270 | 112 | 43 |
| Binary | 10111 | 10010001 | 10011001 | 1010101 | 101 | 0 | 101000 | 10111000 | 1001010 | 100011 |
Color Harmonies of #179199
Complementary color
Monochromatic Colors of #179199
Black with #179199
Text Example
Text Example
White with #179199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179199; }
p { color: rgb(23,145,153); }
H1.HeaderClassName
{
color: #179199;
}
.AnyTagClassName
{
color: #179199;
}
</style>
background-color css
<style>
a { background-color: #179199; }
a { background-color: rgb(23,145,153); }
div.DivClassName
{
background-color: #179199;
}
.BgClassName
{
background-color: #179199;
}
</style>
border-color css
<style>
span { border-color: #179199; }
span { border-color: rgb(23,145,153); }
td.TdClassName
{
border-color: #179199;
}
.TagClassName
{
border-color: #179199;
}
</style>