Shades of Java #1798A1
Tints of Java #1798A1
RGB
CMYK
RGB Variations
Color information
#1798A1 (or 0x1798A1) is known color: Java. HEX triplet: 17, 98 and A1. RGB value is (23,152,161). Sum of RGB (Red+Green+Blue) = 23+152+161=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #1798A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1798A1 is #E8675E. Grayscale: #727272. Windows color (decimal): -15230815 or 10590231. OLE color: 10590231.
HSL color Cylindrical-coordinate representation of color #1798A1: hue angle of 183.91º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1798A1 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 152 | 161 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.37 |
| HSL | 183.91º | 0.75% | 0.36% | - |
| HSV(B) | 183.91º | 0.86% | 0.63% | - |
| XYZ | 18.01 | 25.21 | 37.64 | - |
| YUV | 114.46 | 154.26 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 161 | 0.86 | 0.06 | 0 | 0.37 | 183.91 | 0.75 | 0.36 |
| Hex | 17 | 98 | A1 | 56 | 6 | 0 | 25 | B8 | 4B | 24 |
| Octal | 27 | 230 | 241 | 126 | 6 | 0 | 45 | 270 | 113 | 44 |
| Binary | 10111 | 10011000 | 10100001 | 1010110 | 110 | 0 | 100101 | 10111000 | 1001011 | 100100 |
Color Harmonies of #1798A1
Complementary color
Monochromatic Colors of #1798A1
Black with #1798A1
Text Example
Text Example
White with #1798A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1798A1; }
p { color: rgb(23,152,161); }
H1.HeaderClassName
{
color: #1798A1;
}
.AnyTagClassName
{
color: #1798A1;
}
</style>
background-color css
<style>
a { background-color: #1798A1; }
a { background-color: rgb(23,152,161); }
div.DivClassName
{
background-color: #1798A1;
}
.BgClassName
{
background-color: #1798A1;
}
</style>
border-color css
<style>
span { border-color: #1798A1; }
span { border-color: rgb(23,152,161); }
td.TdClassName
{
border-color: #1798A1;
}
.TagClassName
{
border-color: #1798A1;
}
</style>