Shades of Java #259491
Tints of Java #259491
RGB
CMYK
RGB Variations
Color information
#259491 (or 0x259491) is known color: Java. HEX triplet: 25, 94 and 91. RGB value is (37,148,145). Sum of RGB (Red+Green+Blue) = 37+148+145=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #259491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259491 is #DA6B6E. Grayscale: #727272. Windows color (decimal): -14314351 or 9540645. OLE color: 9540645.
HSL color Cylindrical-coordinate representation of color #259491: hue angle of 178.38º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259491 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 145 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.42 |
| HSL | 178.38º | 0.6% | 0.36% | - |
| HSV(B) | 178.38º | 0.75% | 0.58% | - |
| XYZ | 16.46 | 23.62 | 30.48 | - |
| YUV | 114.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 145 | 0.75 | 0 | 0.02 | 0.42 | 178.38 | 0.6 | 0.36 |
| Hex | 25 | 94 | 91 | 4B | 0 | 2 | 2A | B2 | 3C | 24 |
| Octal | 45 | 224 | 221 | 113 | 0 | 2 | 52 | 262 | 74 | 44 |
| Binary | 100101 | 10010100 | 10010001 | 1001011 | 0 | 10 | 101010 | 10110010 | 111100 | 100100 |
Color Harmonies of #259491
Complementary color
Monochromatic Colors of #259491
Black with #259491
Text Example
Text Example
White with #259491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259491; }
p { color: rgb(37,148,145); }
H1.HeaderClassName
{
color: #259491;
}
.AnyTagClassName
{
color: #259491;
}
</style>
background-color css
<style>
a { background-color: #259491; }
a { background-color: rgb(37,148,145); }
div.DivClassName
{
background-color: #259491;
}
.BgClassName
{
background-color: #259491;
}
</style>
border-color css
<style>
span { border-color: #259491; }
span { border-color: rgb(37,148,145); }
td.TdClassName
{
border-color: #259491;
}
.TagClassName
{
border-color: #259491;
}
</style>