Shades of Java #1299A4
Tints of Java #1299A4
RGB
CMYK
RGB Variations
Color information
#1299A4 (or 0x1299A4) is known color: Java. HEX triplet: 12, 99 and A4. RGB value is (18,153,164). Sum of RGB (Red+Green+Blue) = 18+153+164=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #1299A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1299A4 is #ED665B. Grayscale: #717171. Windows color (decimal): -15558236 or 10787090. OLE color: 10787090.
HSL color Cylindrical-coordinate representation of color #1299A4: hue angle of 184.52º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1299A4 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 153 | 164 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.36 |
| HSL | 184.52º | 0.8% | 0.36% | - |
| HSV(B) | 184.52º | 0.89% | 0.64% | - |
| XYZ | 18.34 | 25.59 | 39.09 | - |
| YUV | 113.89 | 156.27 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 164 | 0.89 | 0.07 | 0 | 0.36 | 184.52 | 0.8 | 0.36 |
| Hex | 12 | 99 | A4 | 59 | 7 | 0 | 24 | B9 | 50 | 24 |
| Octal | 22 | 231 | 244 | 131 | 7 | 0 | 44 | 271 | 120 | 44 |
| Binary | 10010 | 10011001 | 10100100 | 1011001 | 111 | 0 | 100100 | 10111001 | 1010000 | 100100 |
Color Harmonies of #1299A4
Complementary color
Monochromatic Colors of #1299A4
Black with #1299A4
Text Example
Text Example
White with #1299A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299A4; }
p { color: rgb(18,153,164); }
H1.HeaderClassName
{
color: #1299A4;
}
.AnyTagClassName
{
color: #1299A4;
}
</style>
background-color css
<style>
a { background-color: #1299A4; }
a { background-color: rgb(18,153,164); }
div.DivClassName
{
background-color: #1299A4;
}
.BgClassName
{
background-color: #1299A4;
}
</style>
border-color css
<style>
span { border-color: #1299A4; }
span { border-color: rgb(18,153,164); }
td.TdClassName
{
border-color: #1299A4;
}
.TagClassName
{
border-color: #1299A4;
}
</style>