Shades of Java #259096
Tints of Java #259096
RGB
CMYK
RGB Variations
Color information
#259096 (or 0x259096) is known color: Java. HEX triplet: 25, 90 and 96. RGB value is (37,144,150). Sum of RGB (Red+Green+Blue) = 37+144+150=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #259096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259096 is #DA6F69. Grayscale: #707070. Windows color (decimal): -14315370 or 9867301. OLE color: 9867301.
HSL color Cylindrical-coordinate representation of color #259096: hue angle of 183.19º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259096 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 144 | 150 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.41 |
| HSL | 183.19º | 0.6% | 0.37% | - |
| HSV(B) | 183.19º | 0.75% | 0.59% | - |
| XYZ | 16.24 | 22.54 | 32.35 | - |
| YUV | 112.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 150 | 0.75 | 0.04 | 0 | 0.41 | 183.19 | 0.6 | 0.37 |
| Hex | 25 | 90 | 96 | 4B | 4 | 0 | 29 | B7 | 3C | 25 |
| Octal | 45 | 220 | 226 | 113 | 4 | 0 | 51 | 267 | 74 | 45 |
| Binary | 100101 | 10010000 | 10010110 | 1001011 | 100 | 0 | 101001 | 10110111 | 111100 | 100101 |
Color Harmonies of #259096
Complementary color
Monochromatic Colors of #259096
Black with #259096
Text Example
Text Example
White with #259096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259096; }
p { color: rgb(37,144,150); }
H1.HeaderClassName
{
color: #259096;
}
.AnyTagClassName
{
color: #259096;
}
</style>
background-color css
<style>
a { background-color: #259096; }
a { background-color: rgb(37,144,150); }
div.DivClassName
{
background-color: #259096;
}
.BgClassName
{
background-color: #259096;
}
</style>
border-color css
<style>
span { border-color: #259096; }
span { border-color: rgb(37,144,150); }
td.TdClassName
{
border-color: #259096;
}
.TagClassName
{
border-color: #259096;
}
</style>