Shades of Java #259185
Tints of Java #259185
RGB
CMYK
RGB Variations
Color information
#259185 (or 0x259185) is known color: Java. HEX triplet: 25, 91 and 85. RGB value is (37,145,133). Sum of RGB (Red+Green+Blue) = 37+145+133=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #259185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259185 is #DA6E7A. Grayscale: #6F6F6F. Windows color (decimal): -14315131 or 8753445. OLE color: 8753445.
HSL color Cylindrical-coordinate representation of color #259185: hue angle of 173.33º 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 #259185 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 133 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.43 |
| HSL | 173.33º | 0.59% | 0.36% | - |
| HSV(B) | 173.33º | 0.74% | 0.57% | - |
| XYZ | 15.12 | 22.34 | 25.7 | - |
| YUV | 111.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 133 | 0.74 | 0 | 0.08 | 0.43 | 173.33 | 0.59 | 0.36 |
| Hex | 25 | 91 | 85 | 4A | 0 | 8 | 2B | AD | 3B | 24 |
| Octal | 45 | 221 | 205 | 112 | 0 | 10 | 53 | 255 | 73 | 44 |
| Binary | 100101 | 10010001 | 10000101 | 1001010 | 0 | 1000 | 101011 | 10101101 | 111011 | 100100 |
Color Harmonies of #259185
Complementary color
Monochromatic Colors of #259185
Black with #259185
Text Example
Text Example
White with #259185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259185; }
p { color: rgb(37,145,133); }
H1.HeaderClassName
{
color: #259185;
}
.AnyTagClassName
{
color: #259185;
}
</style>
background-color css
<style>
a { background-color: #259185; }
a { background-color: rgb(37,145,133); }
div.DivClassName
{
background-color: #259185;
}
.BgClassName
{
background-color: #259185;
}
</style>
border-color css
<style>
span { border-color: #259185; }
span { border-color: rgb(37,145,133); }
td.TdClassName
{
border-color: #259185;
}
.TagClassName
{
border-color: #259185;
}
</style>