Shades of Java #17949D
Tints of Java #17949D
RGB
CMYK
RGB Variations
Color information
#17949D (or 0x17949D) is known color: Java. HEX triplet: 17, 94 and 9D. RGB value is (23,148,157). Sum of RGB (Red+Green+Blue) = 23+148+157=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #17949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17949D is #E86B62. Grayscale: #6F6F6F. Windows color (decimal): -15231843 or 10327063. OLE color: 10327063.
HSL color Cylindrical-coordinate representation of color #17949D: hue angle of 184.03º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17949D is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 148 | 157 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.38 |
| HSL | 184.03º | 0.74% | 0.35% | - |
| HSV(B) | 184.03º | 0.85% | 0.62% | - |
| XYZ | 17.03 | 23.8 | 35.59 | - |
| YUV | 111.65 | 153.59 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 157 | 0.85 | 0.06 | 0 | 0.38 | 184.03 | 0.74 | 0.35 |
| Hex | 17 | 94 | 9D | 55 | 6 | 0 | 26 | B8 | 4A | 23 |
| Octal | 27 | 224 | 235 | 125 | 6 | 0 | 46 | 270 | 112 | 43 |
| Binary | 10111 | 10010100 | 10011101 | 1010101 | 110 | 0 | 100110 | 10111000 | 1001010 | 100011 |
Color Harmonies of #17949D
Complementary color
Monochromatic Colors of #17949D
Black with #17949D
Text Example
Text Example
White with #17949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17949D; }
p { color: rgb(23,148,157); }
H1.HeaderClassName
{
color: #17949D;
}
.AnyTagClassName
{
color: #17949D;
}
</style>
background-color css
<style>
a { background-color: #17949D; }
a { background-color: rgb(23,148,157); }
div.DivClassName
{
background-color: #17949D;
}
.BgClassName
{
background-color: #17949D;
}
</style>
border-color css
<style>
span { border-color: #17949D; }
span { border-color: rgb(23,148,157); }
td.TdClassName
{
border-color: #17949D;
}
.TagClassName
{
border-color: #17949D;
}
</style>