Shades of Java #259599
Tints of Java #259599
RGB
CMYK
RGB Variations
Color information
#259599 (or 0x259599) is known color: Java. HEX triplet: 25, 95 and 99. RGB value is (37,149,153). Sum of RGB (Red+Green+Blue) = 37+149+153=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #259599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259599 is #DA6A66. Grayscale: #737373. Windows color (decimal): -14314087 or 10065189. OLE color: 10065189.
HSL color Cylindrical-coordinate representation of color #259599: hue angle of 182.07º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259599 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 149 | 153 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.4 |
| HSL | 182.07º | 0.61% | 0.37% | - |
| HSV(B) | 182.07º | 0.76% | 0.6% | - |
| XYZ | 17.26 | 24.19 | 33.9 | - |
| YUV | 115.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 153 | 0.76 | 0.03 | 0 | 0.4 | 182.07 | 0.61 | 0.37 |
| Hex | 25 | 95 | 99 | 4C | 3 | 0 | 28 | B6 | 3D | 25 |
| Octal | 45 | 225 | 231 | 114 | 3 | 0 | 50 | 266 | 75 | 45 |
| Binary | 100101 | 10010101 | 10011001 | 1001100 | 11 | 0 | 101000 | 10110110 | 111101 | 100101 |
Color Harmonies of #259599
Complementary color
Monochromatic Colors of #259599
Black with #259599
Text Example
Text Example
White with #259599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259599; }
p { color: rgb(37,149,153); }
H1.HeaderClassName
{
color: #259599;
}
.AnyTagClassName
{
color: #259599;
}
</style>
background-color css
<style>
a { background-color: #259599; }
a { background-color: rgb(37,149,153); }
div.DivClassName
{
background-color: #259599;
}
.BgClassName
{
background-color: #259599;
}
</style>
border-color css
<style>
span { border-color: #259599; }
span { border-color: rgb(37,149,153); }
td.TdClassName
{
border-color: #259599;
}
.TagClassName
{
border-color: #259599;
}
</style>