Shades of Java #17949B
Tints of Java #17949B
RGB
CMYK
RGB Variations
Color information
#17949B (or 0x17949B) is known color: Java. HEX triplet: 17, 94 and 9B. RGB value is (23,148,155). Sum of RGB (Red+Green+Blue) = 23+148+155=326 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.06% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #17949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17949B is #E86B64. Grayscale: #6F6F6F. Windows color (decimal): -15231845 or 10195991. OLE color: 10195991.
HSL color Cylindrical-coordinate representation of color #17949B: hue angle of 183.18º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17949B is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 148 | 155 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.39 |
| HSL | 183.18º | 0.74% | 0.35% | - |
| HSV(B) | 183.18º | 0.85% | 0.61% | - |
| XYZ | 16.86 | 23.73 | 34.7 | - |
| YUV | 111.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 155 | 0.85 | 0.05 | 0 | 0.39 | 183.18 | 0.74 | 0.35 |
| Hex | 17 | 94 | 9B | 55 | 5 | 0 | 27 | B7 | 4A | 23 |
| Octal | 27 | 224 | 233 | 125 | 5 | 0 | 47 | 267 | 112 | 43 |
| Binary | 10111 | 10010100 | 10011011 | 1010101 | 101 | 0 | 100111 | 10110111 | 1001010 | 100011 |
Color Harmonies of #17949B
Complementary color
Monochromatic Colors of #17949B
Black with #17949B
Text Example
Text Example
White with #17949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17949B; }
p { color: rgb(23,148,155); }
H1.HeaderClassName
{
color: #17949B;
}
.AnyTagClassName
{
color: #17949B;
}
</style>
background-color css
<style>
a { background-color: #17949B; }
a { background-color: rgb(23,148,155); }
div.DivClassName
{
background-color: #17949B;
}
.BgClassName
{
background-color: #17949B;
}
</style>
border-color css
<style>
span { border-color: #17949B; }
span { border-color: rgb(23,148,155); }
td.TdClassName
{
border-color: #17949B;
}
.TagClassName
{
border-color: #17949B;
}
</style>