Shades of Java #259591
Tints of Java #259591
RGB
CMYK
RGB Variations
Color information
#259591 (or 0x259591) is known color: Java. HEX triplet: 25, 95 and 91. RGB value is (37,149,145). Sum of RGB (Red+Green+Blue) = 37+149+145=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #259591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259591 is #DA6A6E. Grayscale: #727272. Windows color (decimal): -14314095 or 9540901. OLE color: 9540901.
HSL color Cylindrical-coordinate representation of color #259591: hue angle of 177.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259591 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 145 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.42 |
| HSL | 177.86º | 0.6% | 0.36% | - |
| HSV(B) | 177.86º | 0.75% | 0.58% | - |
| XYZ | 16.62 | 23.93 | 30.53 | - |
| YUV | 115.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 145 | 0.75 | 0 | 0.03 | 0.42 | 177.86 | 0.6 | 0.36 |
| Hex | 25 | 95 | 91 | 4B | 0 | 3 | 2A | B2 | 3C | 24 |
| Octal | 45 | 225 | 221 | 113 | 0 | 3 | 52 | 262 | 74 | 44 |
| Binary | 100101 | 10010101 | 10010001 | 1001011 | 0 | 11 | 101010 | 10110010 | 111100 | 100100 |
Color Harmonies of #259591
Complementary color
Monochromatic Colors of #259591
Black with #259591
Text Example
Text Example
White with #259591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259591; }
p { color: rgb(37,149,145); }
H1.HeaderClassName
{
color: #259591;
}
.AnyTagClassName
{
color: #259591;
}
</style>
background-color css
<style>
a { background-color: #259591; }
a { background-color: rgb(37,149,145); }
div.DivClassName
{
background-color: #259591;
}
.BgClassName
{
background-color: #259591;
}
</style>
border-color css
<style>
span { border-color: #259591; }
span { border-color: rgb(37,149,145); }
td.TdClassName
{
border-color: #259591;
}
.TagClassName
{
border-color: #259591;
}
</style>