Shades of Java #259799
Tints of Java #259799
RGB
CMYK
RGB Variations
Color information
#259799 (or 0x259799) is known color: Java. HEX triplet: 25, 97 and 99. RGB value is (37,151,153). Sum of RGB (Red+Green+Blue) = 37+151+153=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #259799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259799 is #DA6866. Grayscale: #757575. Windows color (decimal): -14313575 or 10065701. OLE color: 10065701.
HSL color Cylindrical-coordinate representation of color #259799: hue angle of 181.03º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259799 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 151 | 153 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.4 |
| HSL | 181.03º | 0.61% | 0.37% | - |
| HSV(B) | 181.03º | 0.76% | 0.6% | - |
| XYZ | 17.58 | 24.83 | 34 | - |
| YUV | 117.14 | 148.23 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 153 | 0.76 | 0.01 | 0 | 0.4 | 181.03 | 0.61 | 0.37 |
| Hex | 25 | 97 | 99 | 4C | 1 | 0 | 28 | B5 | 3D | 25 |
| Octal | 45 | 227 | 231 | 114 | 1 | 0 | 50 | 265 | 75 | 45 |
| Binary | 100101 | 10010111 | 10011001 | 1001100 | 1 | 0 | 101000 | 10110101 | 111101 | 100101 |
Color Harmonies of #259799
Complementary color
Monochromatic Colors of #259799
Black with #259799
Text Example
Text Example
White with #259799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259799; }
p { color: rgb(37,151,153); }
H1.HeaderClassName
{
color: #259799;
}
.AnyTagClassName
{
color: #259799;
}
</style>
background-color css
<style>
a { background-color: #259799; }
a { background-color: rgb(37,151,153); }
div.DivClassName
{
background-color: #259799;
}
.BgClassName
{
background-color: #259799;
}
</style>
border-color css
<style>
span { border-color: #259799; }
span { border-color: rgb(37,151,153); }
td.TdClassName
{
border-color: #259799;
}
.TagClassName
{
border-color: #259799;
}
</style>