Shades of Java #1A949C
Tints of Java #1A949C
RGB
CMYK
RGB Variations
Color information
#1A949C (or 0x1A949C) is known color: Java. HEX triplet: 1A, 94 and 9C. RGB value is (26,148,156). Sum of RGB (Red+Green+Blue) = 26+148+156=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A949C is #E56B63. Grayscale: #707070. Windows color (decimal): -15035236 or 10261530. OLE color: 10261530.
HSL color Cylindrical-coordinate representation of color #1A949C: hue angle of 183.69º 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 #1A949C is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 148 | 156 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.39 |
| HSL | 183.69º | 0.71% | 0.36% | - |
| HSV(B) | 183.69º | 0.83% | 0.61% | - |
| XYZ | 17.02 | 23.8 | 35.15 | - |
| YUV | 112.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 156 | 0.83 | 0.05 | 0 | 0.39 | 183.69 | 0.71 | 0.36 |
| Hex | 1A | 94 | 9C | 53 | 5 | 0 | 27 | B8 | 47 | 24 |
| Octal | 32 | 224 | 234 | 123 | 5 | 0 | 47 | 270 | 107 | 44 |
| Binary | 11010 | 10010100 | 10011100 | 1010011 | 101 | 0 | 100111 | 10111000 | 1000111 | 100100 |
Color Harmonies of #1A949C
Complementary color
Monochromatic Colors of #1A949C
Black with #1A949C
Text Example
Text Example
White with #1A949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A949C; }
p { color: rgb(26,148,156); }
H1.HeaderClassName
{
color: #1A949C;
}
.AnyTagClassName
{
color: #1A949C;
}
</style>
background-color css
<style>
a { background-color: #1A949C; }
a { background-color: rgb(26,148,156); }
div.DivClassName
{
background-color: #1A949C;
}
.BgClassName
{
background-color: #1A949C;
}
</style>
border-color css
<style>
span { border-color: #1A949C; }
span { border-color: rgb(26,148,156); }
td.TdClassName
{
border-color: #1A949C;
}
.TagClassName
{
border-color: #1A949C;
}
</style>