Shades of Java #1A8C92
Tints of Java #1A8C92
RGB
CMYK
RGB Variations
Color information
#1A8C92 (or 0x1A8C92) is known color: Java. HEX triplet: 1A, 8C and 92. RGB value is (26,140,146). Sum of RGB (Red+Green+Blue) = 26+140+146=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A8C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8C92 is #E5736D. Grayscale: #6A6A6A. Windows color (decimal): -15037294 or 9604122. OLE color: 9604122.
HSL color Cylindrical-coordinate representation of color #1A8C92: hue angle of 183º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8C92 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 140 | 146 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.43 |
| HSL | 183º | 0.7% | 0.34% | - |
| HSV(B) | 183º | 0.82% | 0.57% | - |
| XYZ | 14.99 | 21.05 | 30.47 | - |
| YUV | 106.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 140 | 146 | 0.82 | 0.04 | 0 | 0.43 | 183 | 0.7 | 0.34 |
| Hex | 1A | 8C | 92 | 52 | 4 | 0 | 2B | B7 | 46 | 22 |
| Octal | 32 | 214 | 222 | 122 | 4 | 0 | 53 | 267 | 106 | 42 |
| Binary | 11010 | 10001100 | 10010010 | 1010010 | 100 | 0 | 101011 | 10110111 | 1000110 | 100010 |
Color Harmonies of #1A8C92
Complementary color
Monochromatic Colors of #1A8C92
Black with #1A8C92
Text Example
Text Example
White with #1A8C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8C92; }
p { color: rgb(26,140,146); }
H1.HeaderClassName
{
color: #1A8C92;
}
.AnyTagClassName
{
color: #1A8C92;
}
</style>
background-color css
<style>
a { background-color: #1A8C92; }
a { background-color: rgb(26,140,146); }
div.DivClassName
{
background-color: #1A8C92;
}
.BgClassName
{
background-color: #1A8C92;
}
</style>
border-color css
<style>
span { border-color: #1A8C92; }
span { border-color: rgb(26,140,146); }
td.TdClassName
{
border-color: #1A8C92;
}
.TagClassName
{
border-color: #1A8C92;
}
</style>