Shades of Java #259186
Tints of Java #259186
RGB
CMYK
RGB Variations
Color information
#259186 (or 0x259186) is known color: Java. HEX triplet: 25, 91 and 86. RGB value is (37,145,134). Sum of RGB (Red+Green+Blue) = 37+145+134=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #259186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259186 is #DA6E79. Grayscale: #6F6F6F. Windows color (decimal): -14315130 or 8818981. OLE color: 8818981.
HSL color Cylindrical-coordinate representation of color #259186: hue angle of 173.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259186 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 134 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.43 |
| HSL | 173.89º | 0.59% | 0.36% | - |
| HSV(B) | 173.89º | 0.74% | 0.57% | - |
| XYZ | 15.19 | 22.37 | 26.07 | - |
| YUV | 111.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 134 | 0.74 | 0 | 0.08 | 0.43 | 173.89 | 0.59 | 0.36 |
| Hex | 25 | 91 | 86 | 4A | 0 | 8 | 2B | AE | 3B | 24 |
| Octal | 45 | 221 | 206 | 112 | 0 | 10 | 53 | 256 | 73 | 44 |
| Binary | 100101 | 10010001 | 10000110 | 1001010 | 0 | 1000 | 101011 | 10101110 | 111011 | 100100 |
Color Harmonies of #259186
Complementary color
Monochromatic Colors of #259186
Black with #259186
Text Example
Text Example
White with #259186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259186; }
p { color: rgb(37,145,134); }
H1.HeaderClassName
{
color: #259186;
}
.AnyTagClassName
{
color: #259186;
}
</style>
background-color css
<style>
a { background-color: #259186; }
a { background-color: rgb(37,145,134); }
div.DivClassName
{
background-color: #259186;
}
.BgClassName
{
background-color: #259186;
}
</style>
border-color css
<style>
span { border-color: #259186; }
span { border-color: rgb(37,145,134); }
td.TdClassName
{
border-color: #259186;
}
.TagClassName
{
border-color: #259186;
}
</style>