Shades of Java #1796A4
Tints of Java #1796A4
RGB
CMYK
RGB Variations
Color information
#1796A4 (or 0x1796A4) is known color: Java. HEX triplet: 17, 96 and A4. RGB value is (23,150,164). Sum of RGB (Red+Green+Blue) = 23+150+164=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #1796A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1796A4 is #E8695B. Grayscale: #717171. Windows color (decimal): -15231324 or 10786327. OLE color: 10786327.
HSL color Cylindrical-coordinate representation of color #1796A4: hue angle of 185.96º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1796A4 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 150 | 164 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.36 |
| HSL | 185.96º | 0.75% | 0.37% | - |
| HSV(B) | 185.96º | 0.86% | 0.64% | - |
| XYZ | 17.96 | 24.68 | 38.94 | - |
| YUV | 113.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 164 | 0.86 | 0.09 | 0 | 0.36 | 185.96 | 0.75 | 0.37 |
| Hex | 17 | 96 | A4 | 56 | 9 | 0 | 24 | BA | 4B | 25 |
| Octal | 27 | 226 | 244 | 126 | 11 | 0 | 44 | 272 | 113 | 45 |
| Binary | 10111 | 10010110 | 10100100 | 1010110 | 1001 | 0 | 100100 | 10111010 | 1001011 | 100101 |
Color Harmonies of #1796A4
Complementary color
Monochromatic Colors of #1796A4
Black with #1796A4
Text Example
Text Example
White with #1796A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796A4; }
p { color: rgb(23,150,164); }
H1.HeaderClassName
{
color: #1796A4;
}
.AnyTagClassName
{
color: #1796A4;
}
</style>
background-color css
<style>
a { background-color: #1796A4; }
a { background-color: rgb(23,150,164); }
div.DivClassName
{
background-color: #1796A4;
}
.BgClassName
{
background-color: #1796A4;
}
</style>
border-color css
<style>
span { border-color: #1796A4; }
span { border-color: rgb(23,150,164); }
td.TdClassName
{
border-color: #1796A4;
}
.TagClassName
{
border-color: #1796A4;
}
</style>