Shades of Java #259B91
Tints of Java #259B91
RGB
CMYK
RGB Variations
Color information
#259B91 (or 0x259B91) is known color: Java. HEX triplet: 25, 9B and 91. RGB value is (37,155,145). Sum of RGB (Red+Green+Blue) = 37+155+145=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #259B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B91 is #DA646E. Grayscale: #767676. Windows color (decimal): -14312559 or 9542437. OLE color: 9542437.
HSL color Cylindrical-coordinate representation of color #259B91: hue angle of 174.92º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B91 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 145 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.39 |
| HSL | 174.92º | 0.61% | 0.38% | - |
| HSV(B) | 174.92º | 0.76% | 0.61% | - |
| XYZ | 17.6 | 25.88 | 30.86 | - |
| YUV | 118.58 | 142.91 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 145 | 0.76 | 0 | 0.06 | 0.39 | 174.92 | 0.61 | 0.38 |
| Hex | 25 | 9B | 91 | 4C | 0 | 6 | 27 | AF | 3D | 26 |
| Octal | 45 | 233 | 221 | 114 | 0 | 6 | 47 | 257 | 75 | 46 |
| Binary | 100101 | 10011011 | 10010001 | 1001100 | 0 | 110 | 100111 | 10101111 | 111101 | 100110 |
Color Harmonies of #259B91
Complementary color
Monochromatic Colors of #259B91
Black with #259B91
Text Example
Text Example
White with #259B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B91; }
p { color: rgb(37,155,145); }
H1.HeaderClassName
{
color: #259B91;
}
.AnyTagClassName
{
color: #259B91;
}
</style>
background-color css
<style>
a { background-color: #259B91; }
a { background-color: rgb(37,155,145); }
div.DivClassName
{
background-color: #259B91;
}
.BgClassName
{
background-color: #259B91;
}
</style>
border-color css
<style>
span { border-color: #259B91; }
span { border-color: rgb(37,155,145); }
td.TdClassName
{
border-color: #259B91;
}
.TagClassName
{
border-color: #259B91;
}
</style>