Shades of Java #17919A
Tints of Java #17919A
RGB
CMYK
RGB Variations
Color information
#17919A (or 0x17919A) is known color: Java. HEX triplet: 17, 91 and 9A. RGB value is (23,145,154). Sum of RGB (Red+Green+Blue) = 23+145+154=322 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.14% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #17919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17919A is #E86E65. Grayscale: #6D6D6D. Windows color (decimal): -15232614 or 10129687. OLE color: 10129687.
HSL color Cylindrical-coordinate representation of color #17919A: hue angle of 184.12º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17919A is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 145 | 154 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.40 |
| HSL | 184.12º | 0.74% | 0.35% | - |
| HSV(B) | 184.12º | 0.85% | 0.6% | - |
| XYZ | 16.31 | 22.77 | 34.11 | - |
| YUV | 109.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 154 | 0.85 | 0.06 | 0 | 0.40 | 184.12 | 0.74 | 0.35 |
| Hex | 17 | 91 | 9A | 55 | 6 | 0 | 28 | B8 | 4A | 23 |
| Octal | 27 | 221 | 232 | 125 | 6 | 0 | 50 | 270 | 112 | 43 |
| Binary | 10111 | 10010001 | 10011010 | 1010101 | 110 | 0 | 101000 | 10111000 | 1001010 | 100011 |
Color Harmonies of #17919A
Complementary color
Monochromatic Colors of #17919A
Black with #17919A
Text Example
Text Example
White with #17919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17919A; }
p { color: rgb(23,145,154); }
H1.HeaderClassName
{
color: #17919A;
}
.AnyTagClassName
{
color: #17919A;
}
</style>
background-color css
<style>
a { background-color: #17919A; }
a { background-color: rgb(23,145,154); }
div.DivClassName
{
background-color: #17919A;
}
.BgClassName
{
background-color: #17919A;
}
</style>
border-color css
<style>
span { border-color: #17919A; }
span { border-color: rgb(23,145,154); }
td.TdClassName
{
border-color: #17919A;
}
.TagClassName
{
border-color: #17919A;
}
</style>