Shades of Java #1896A3
Tints of Java #1896A3
RGB
CMYK
RGB Variations
Color information
#1896A3 (or 0x1896A3) is known color: Java. HEX triplet: 18, 96 and A3. RGB value is (24,150,163). Sum of RGB (Red+Green+Blue) = 24+150+163=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #1896A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1896A3 is #E7695C. Grayscale: #717171. Windows color (decimal): -15165789 or 10720792. OLE color: 10720792.
HSL color Cylindrical-coordinate representation of color #1896A3: hue angle of 185.61º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1896A3 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 150 | 163 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.36 |
| HSL | 185.61º | 0.74% | 0.37% | - |
| HSV(B) | 185.61º | 0.85% | 0.64% | - |
| XYZ | 17.89 | 24.65 | 38.47 | - |
| YUV | 113.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 163 | 0.85 | 0.08 | 0 | 0.36 | 185.61 | 0.74 | 0.37 |
| Hex | 18 | 96 | A3 | 55 | 8 | 0 | 24 | BA | 4A | 25 |
| Octal | 30 | 226 | 243 | 125 | 10 | 0 | 44 | 272 | 112 | 45 |
| Binary | 11000 | 10010110 | 10100011 | 1010101 | 1000 | 0 | 100100 | 10111010 | 1001010 | 100101 |
Color Harmonies of #1896A3
Complementary color
Monochromatic Colors of #1896A3
Black with #1896A3
Text Example
Text Example
White with #1896A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1896A3; }
p { color: rgb(24,150,163); }
H1.HeaderClassName
{
color: #1896A3;
}
.AnyTagClassName
{
color: #1896A3;
}
</style>
background-color css
<style>
a { background-color: #1896A3; }
a { background-color: rgb(24,150,163); }
div.DivClassName
{
background-color: #1896A3;
}
.BgClassName
{
background-color: #1896A3;
}
</style>
border-color css
<style>
span { border-color: #1896A3; }
span { border-color: rgb(24,150,163); }
td.TdClassName
{
border-color: #1896A3;
}
.TagClassName
{
border-color: #1896A3;
}
</style>