Shades of Java #19949A
Tints of Java #19949A
RGB
CMYK
RGB Variations
Color information
#19949A (or 0x19949A) is known color: Java. HEX triplet: 19, 94 and 9A. RGB value is (25,148,154). Sum of RGB (Red+Green+Blue) = 25+148+154=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #19949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19949A is #E66B65. Grayscale: #6F6F6F. Windows color (decimal): -15100774 or 10130457. OLE color: 10130457.
HSL color Cylindrical-coordinate representation of color #19949A: hue angle of 182.79º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19949A is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 148 | 154 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.40 |
| HSL | 182.79º | 0.72% | 0.35% | - |
| HSV(B) | 182.79º | 0.84% | 0.6% | - |
| XYZ | 16.82 | 23.72 | 34.26 | - |
| YUV | 111.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 154 | 0.84 | 0.04 | 0 | 0.40 | 182.79 | 0.72 | 0.35 |
| Hex | 19 | 94 | 9A | 54 | 4 | 0 | 28 | B7 | 48 | 23 |
| Octal | 31 | 224 | 232 | 124 | 4 | 0 | 50 | 267 | 110 | 43 |
| Binary | 11001 | 10010100 | 10011010 | 1010100 | 100 | 0 | 101000 | 10110111 | 1001000 | 100011 |
Color Harmonies of #19949A
Complementary color
Monochromatic Colors of #19949A
Black with #19949A
Text Example
Text Example
White with #19949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19949A; }
p { color: rgb(25,148,154); }
H1.HeaderClassName
{
color: #19949A;
}
.AnyTagClassName
{
color: #19949A;
}
</style>
background-color css
<style>
a { background-color: #19949A; }
a { background-color: rgb(25,148,154); }
div.DivClassName
{
background-color: #19949A;
}
.BgClassName
{
background-color: #19949A;
}
</style>
border-color css
<style>
span { border-color: #19949A; }
span { border-color: rgb(25,148,154); }
td.TdClassName
{
border-color: #19949A;
}
.TagClassName
{
border-color: #19949A;
}
</style>