Shades of Java #178994
Tints of Java #178994
RGB
CMYK
RGB Variations
Color information
#178994 (or 0x178994) is known color: Java. HEX triplet: 17, 89 and 94. RGB value is (23,137,148). Sum of RGB (Red+Green+Blue) = 23+137+148=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #178994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178994 is #E8766B. Grayscale: #686868. Windows color (decimal): -15234668 or 9734423. OLE color: 9734423.
HSL color Cylindrical-coordinate representation of color #178994: hue angle of 185.28º 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 #178994 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 137 | 148 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.42 |
| HSL | 185.28º | 0.73% | 0.34% | - |
| HSV(B) | 185.28º | 0.84% | 0.58% | - |
| XYZ | 14.64 | 20.21 | 31.15 | - |
| YUV | 104.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 137 | 148 | 0.84 | 0.07 | 0 | 0.42 | 185.28 | 0.73 | 0.34 |
| Hex | 17 | 89 | 94 | 54 | 7 | 0 | 2A | B9 | 49 | 22 |
| Octal | 27 | 211 | 224 | 124 | 7 | 0 | 52 | 271 | 111 | 42 |
| Binary | 10111 | 10001001 | 10010100 | 1010100 | 111 | 0 | 101010 | 10111001 | 1001001 | 100010 |
Color Harmonies of #178994
Complementary color
Monochromatic Colors of #178994
Black with #178994
Text Example
Text Example
White with #178994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178994; }
p { color: rgb(23,137,148); }
H1.HeaderClassName
{
color: #178994;
}
.AnyTagClassName
{
color: #178994;
}
</style>
background-color css
<style>
a { background-color: #178994; }
a { background-color: rgb(23,137,148); }
div.DivClassName
{
background-color: #178994;
}
.BgClassName
{
background-color: #178994;
}
</style>
border-color css
<style>
span { border-color: #178994; }
span { border-color: rgb(23,137,148); }
td.TdClassName
{
border-color: #178994;
}
.TagClassName
{
border-color: #178994;
}
</style>