Shades of Java #259B92
Tints of Java #259B92
RGB
CMYK
RGB Variations
Color information
#259B92 (or 0x259B92) is known color: Java. HEX triplet: 25, 9B and 92. RGB value is (37,155,146). Sum of RGB (Red+Green+Blue) = 37+155+146=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #259B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B92 is #DA646D. Grayscale: #767676. Windows color (decimal): -14312558 or 9607973. OLE color: 9607973.
HSL color Cylindrical-coordinate representation of color #259B92: hue angle of 175.42º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B92 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 146 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.39 |
| HSL | 175.42º | 0.61% | 0.38% | - |
| HSV(B) | 175.42º | 0.76% | 0.61% | - |
| XYZ | 17.67 | 25.91 | 31.26 | - |
| YUV | 118.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 146 | 0.76 | 0 | 0.06 | 0.39 | 175.42 | 0.61 | 0.38 |
| Hex | 25 | 9B | 92 | 4C | 0 | 6 | 27 | AF | 3D | 26 |
| Octal | 45 | 233 | 222 | 114 | 0 | 6 | 47 | 257 | 75 | 46 |
| Binary | 100101 | 10011011 | 10010010 | 1001100 | 0 | 110 | 100111 | 10101111 | 111101 | 100110 |
Color Harmonies of #259B92
Complementary color
Monochromatic Colors of #259B92
Black with #259B92
Text Example
Text Example
White with #259B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B92; }
p { color: rgb(37,155,146); }
H1.HeaderClassName
{
color: #259B92;
}
.AnyTagClassName
{
color: #259B92;
}
</style>
background-color css
<style>
a { background-color: #259B92; }
a { background-color: rgb(37,155,146); }
div.DivClassName
{
background-color: #259B92;
}
.BgClassName
{
background-color: #259B92;
}
</style>
border-color css
<style>
span { border-color: #259B92; }
span { border-color: rgb(37,155,146); }
td.TdClassName
{
border-color: #259B92;
}
.TagClassName
{
border-color: #259B92;
}
</style>