Shades of Java #259088
Tints of Java #259088
RGB
CMYK
RGB Variations
Color information
#259088 (or 0x259088) is known color: Java. HEX triplet: 25, 90 and 88. RGB value is (37,144,136). Sum of RGB (Red+Green+Blue) = 37+144+136=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #259088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259088 is #DA6F77. Grayscale: #6F6F6F. Windows color (decimal): -14315384 or 8949797. OLE color: 8949797.
HSL color Cylindrical-coordinate representation of color #259088: hue angle of 175.51º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259088 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 144 | 136 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.44 |
| HSL | 175.51º | 0.59% | 0.35% | - |
| HSV(B) | 175.51º | 0.74% | 0.56% | - |
| XYZ | 15.18 | 22.12 | 26.76 | - |
| YUV | 111.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 136 | 0.74 | 0 | 0.06 | 0.44 | 175.51 | 0.59 | 0.35 |
| Hex | 25 | 90 | 88 | 4A | 0 | 6 | 2C | B0 | 3B | 23 |
| Octal | 45 | 220 | 210 | 112 | 0 | 6 | 54 | 260 | 73 | 43 |
| Binary | 100101 | 10010000 | 10001000 | 1001010 | 0 | 110 | 101100 | 10110000 | 111011 | 100011 |
Color Harmonies of #259088
Complementary color
Monochromatic Colors of #259088
Black with #259088
Text Example
Text Example
White with #259088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259088; }
p { color: rgb(37,144,136); }
H1.HeaderClassName
{
color: #259088;
}
.AnyTagClassName
{
color: #259088;
}
</style>
background-color css
<style>
a { background-color: #259088; }
a { background-color: rgb(37,144,136); }
div.DivClassName
{
background-color: #259088;
}
.BgClassName
{
background-color: #259088;
}
</style>
border-color css
<style>
span { border-color: #259088; }
span { border-color: rgb(37,144,136); }
td.TdClassName
{
border-color: #259088;
}
.TagClassName
{
border-color: #259088;
}
</style>