Shades of Java #1892A0
Tints of Java #1892A0
RGB
CMYK
RGB Variations
Color information
#1892A0 (or 0x1892A0) is known color: Java. HEX triplet: 18, 92 and A0. RGB value is (24,146,160). Sum of RGB (Red+Green+Blue) = 24+146+160=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #1892A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1892A0 is #E76D5F. Grayscale: #6E6E6E. Windows color (decimal): -15166816 or 10523160. OLE color: 10523160.
HSL color Cylindrical-coordinate representation of color #1892A0: hue angle of 186.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1892A0 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 146 | 160 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.37 |
| HSL | 186.18º | 0.74% | 0.36% | - |
| HSV(B) | 186.18º | 0.85% | 0.63% | - |
| XYZ | 17 | 23.29 | 36.86 | - |
| YUV | 111.12 | 155.58 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 160 | 0.85 | 0.09 | 0 | 0.37 | 186.18 | 0.74 | 0.36 |
| Hex | 18 | 92 | A0 | 55 | 9 | 0 | 25 | BA | 4A | 24 |
| Octal | 30 | 222 | 240 | 125 | 11 | 0 | 45 | 272 | 112 | 44 |
| Binary | 11000 | 10010010 | 10100000 | 1010101 | 1001 | 0 | 100101 | 10111010 | 1001010 | 100100 |
Color Harmonies of #1892A0
Complementary color
Monochromatic Colors of #1892A0
Black with #1892A0
Text Example
Text Example
White with #1892A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1892A0; }
p { color: rgb(24,146,160); }
H1.HeaderClassName
{
color: #1892A0;
}
.AnyTagClassName
{
color: #1892A0;
}
</style>
background-color css
<style>
a { background-color: #1892A0; }
a { background-color: rgb(24,146,160); }
div.DivClassName
{
background-color: #1892A0;
}
.BgClassName
{
background-color: #1892A0;
}
</style>
border-color css
<style>
span { border-color: #1892A0; }
span { border-color: rgb(24,146,160); }
td.TdClassName
{
border-color: #1892A0;
}
.TagClassName
{
border-color: #1892A0;
}
</style>