Shades of Java #149CA3
Tints of Java #149CA3
RGB
CMYK
RGB Variations
Color information
#149CA3 (or 0x149CA3) is known color: Java. HEX triplet: 14, 9C and A3. RGB value is (20,156,163). Sum of RGB (Red+Green+Blue) = 20+156+163=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #149CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149CA3 is #EB635C. Grayscale: #737373. Windows color (decimal): -15426397 or 10722324. OLE color: 10722324.
HSL color Cylindrical-coordinate representation of color #149CA3: hue angle of 182.94º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149CA3 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 156 | 163 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.36 |
| HSL | 182.94º | 0.78% | 0.36% | - |
| HSV(B) | 182.94º | 0.88% | 0.64% | - |
| XYZ | 18.79 | 26.57 | 38.79 | - |
| YUV | 116.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 163 | 0.88 | 0.04 | 0 | 0.36 | 182.94 | 0.78 | 0.36 |
| Hex | 14 | 9C | A3 | 58 | 4 | 0 | 24 | B7 | 4E | 24 |
| Octal | 24 | 234 | 243 | 130 | 4 | 0 | 44 | 267 | 116 | 44 |
| Binary | 10100 | 10011100 | 10100011 | 1011000 | 100 | 0 | 100100 | 10110111 | 1001110 | 100100 |
Color Harmonies of #149CA3
Complementary color
Monochromatic Colors of #149CA3
Black with #149CA3
Text Example
Text Example
White with #149CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CA3; }
p { color: rgb(20,156,163); }
H1.HeaderClassName
{
color: #149CA3;
}
.AnyTagClassName
{
color: #149CA3;
}
</style>
background-color css
<style>
a { background-color: #149CA3; }
a { background-color: rgb(20,156,163); }
div.DivClassName
{
background-color: #149CA3;
}
.BgClassName
{
background-color: #149CA3;
}
</style>
border-color css
<style>
span { border-color: #149CA3; }
span { border-color: rgb(20,156,163); }
td.TdClassName
{
border-color: #149CA3;
}
.TagClassName
{
border-color: #149CA3;
}
</style>