Shades of Java #1A929C
Tints of Java #1A929C
RGB
CMYK
RGB Variations
Color information
#1A929C (or 0x1A929C) is known color: Java. HEX triplet: 1A, 92 and 9C. RGB value is (26,146,156). Sum of RGB (Red+Green+Blue) = 26+146+156=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A929C is #E56D63. Grayscale: #6F6F6F. Windows color (decimal): -15035748 or 10261018. OLE color: 10261018.
HSL color Cylindrical-coordinate representation of color #1A929C: hue angle of 184.62º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A929C is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 146 | 156 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.39 |
| HSL | 184.62º | 0.71% | 0.36% | - |
| HSV(B) | 184.62º | 0.83% | 0.61% | - |
| XYZ | 16.71 | 23.18 | 35.05 | - |
| YUV | 111.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 156 | 0.83 | 0.06 | 0 | 0.39 | 184.62 | 0.71 | 0.36 |
| Hex | 1A | 92 | 9C | 53 | 6 | 0 | 27 | B9 | 47 | 24 |
| Octal | 32 | 222 | 234 | 123 | 6 | 0 | 47 | 271 | 107 | 44 |
| Binary | 11010 | 10010010 | 10011100 | 1010011 | 110 | 0 | 100111 | 10111001 | 1000111 | 100100 |
Color Harmonies of #1A929C
Complementary color
Monochromatic Colors of #1A929C
Black with #1A929C
Text Example
Text Example
White with #1A929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A929C; }
p { color: rgb(26,146,156); }
H1.HeaderClassName
{
color: #1A929C;
}
.AnyTagClassName
{
color: #1A929C;
}
</style>
background-color css
<style>
a { background-color: #1A929C; }
a { background-color: rgb(26,146,156); }
div.DivClassName
{
background-color: #1A929C;
}
.BgClassName
{
background-color: #1A929C;
}
</style>
border-color css
<style>
span { border-color: #1A929C; }
span { border-color: rgb(26,146,156); }
td.TdClassName
{
border-color: #1A929C;
}
.TagClassName
{
border-color: #1A929C;
}
</style>