Shades of Java #259B9D
Tints of Java #259B9D
RGB
CMYK
RGB Variations
Color information
#259B9D (or 0x259B9D) is known color: Java. HEX triplet: 25, 9B and 9D. RGB value is (37,155,157). Sum of RGB (Red+Green+Blue) = 37+155+157=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #259B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B9D is #DA6462. Grayscale: #777777. Windows color (decimal): -14312547 or 10328869. OLE color: 10328869.
HSL color Cylindrical-coordinate representation of color #259B9D: hue angle of 181º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B9D is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 155 | 157 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.38 |
| HSL | 181º | 0.62% | 0.38% | - |
| HSV(B) | 181º | 0.76% | 0.62% | - |
| XYZ | 18.57 | 26.27 | 35.99 | - |
| YUV | 119.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 157 | 0.76 | 0.01 | 0 | 0.38 | 181 | 0.62 | 0.38 |
| Hex | 25 | 9B | 9D | 4C | 1 | 0 | 26 | B5 | 3E | 26 |
| Octal | 45 | 233 | 235 | 114 | 1 | 0 | 46 | 265 | 76 | 46 |
| Binary | 100101 | 10011011 | 10011101 | 1001100 | 1 | 0 | 100110 | 10110101 | 111110 | 100110 |
Color Harmonies of #259B9D
Complementary color
Monochromatic Colors of #259B9D
Black with #259B9D
Text Example
Text Example
White with #259B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B9D; }
p { color: rgb(37,155,157); }
H1.HeaderClassName
{
color: #259B9D;
}
.AnyTagClassName
{
color: #259B9D;
}
</style>
background-color css
<style>
a { background-color: #259B9D; }
a { background-color: rgb(37,155,157); }
div.DivClassName
{
background-color: #259B9D;
}
.BgClassName
{
background-color: #259B9D;
}
</style>
border-color css
<style>
span { border-color: #259B9D; }
span { border-color: rgb(37,155,157); }
td.TdClassName
{
border-color: #259B9D;
}
.TagClassName
{
border-color: #259B9D;
}
</style>