Shades of Java #259486
Tints of Java #259486
RGB
CMYK
RGB Variations
Color information
#259486 (or 0x259486) is known color: Java. HEX triplet: 25, 94 and 86. RGB value is (37,148,134). Sum of RGB (Red+Green+Blue) = 37+148+134=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #259486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259486 is #DA6B79. Grayscale: #717171. Windows color (decimal): -14314362 or 8819749. OLE color: 8819749.
HSL color Cylindrical-coordinate representation of color #259486: hue angle of 172.43º 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 #259486 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 134 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.42 |
| HSL | 172.43º | 0.6% | 0.36% | - |
| HSV(B) | 172.43º | 0.75% | 0.58% | - |
| XYZ | 15.66 | 23.29 | 26.23 | - |
| YUV | 113.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 134 | 0.75 | 0 | 0.09 | 0.42 | 172.43 | 0.6 | 0.36 |
| Hex | 25 | 94 | 86 | 4B | 0 | 9 | 2A | AC | 3C | 24 |
| Octal | 45 | 224 | 206 | 113 | 0 | 11 | 52 | 254 | 74 | 44 |
| Binary | 100101 | 10010100 | 10000110 | 1001011 | 0 | 1001 | 101010 | 10101100 | 111100 | 100100 |
Color Harmonies of #259486
Complementary color
Monochromatic Colors of #259486
Black with #259486
Text Example
Text Example
White with #259486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259486; }
p { color: rgb(37,148,134); }
H1.HeaderClassName
{
color: #259486;
}
.AnyTagClassName
{
color: #259486;
}
</style>
background-color css
<style>
a { background-color: #259486; }
a { background-color: rgb(37,148,134); }
div.DivClassName
{
background-color: #259486;
}
.BgClassName
{
background-color: #259486;
}
</style>
border-color css
<style>
span { border-color: #259486; }
span { border-color: rgb(37,148,134); }
td.TdClassName
{
border-color: #259486;
}
.TagClassName
{
border-color: #259486;
}
</style>