Shades of Java #259091
Tints of Java #259091
RGB
CMYK
RGB Variations
Color information
#259091 (or 0x259091) is known color: Java. HEX triplet: 25, 90 and 91. RGB value is (37,144,145). Sum of RGB (Red+Green+Blue) = 37+144+145=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #259091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259091 is #DA6F6E. Grayscale: #707070. Windows color (decimal): -14315375 or 9539621. OLE color: 9539621.
HSL color Cylindrical-coordinate representation of color #259091: hue angle of 180.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259091 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 144 | 145 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.43 |
| HSL | 180.56º | 0.59% | 0.36% | - |
| HSV(B) | 180.56º | 0.74% | 0.57% | - |
| XYZ | 15.85 | 22.38 | 30.27 | - |
| YUV | 112.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 145 | 0.74 | 0.01 | 0 | 0.43 | 180.56 | 0.59 | 0.36 |
| Hex | 25 | 90 | 91 | 4A | 1 | 0 | 2B | B5 | 3B | 24 |
| Octal | 45 | 220 | 221 | 112 | 1 | 0 | 53 | 265 | 73 | 44 |
| Binary | 100101 | 10010000 | 10010001 | 1001010 | 1 | 0 | 101011 | 10110101 | 111011 | 100100 |
Color Harmonies of #259091
Complementary color
Monochromatic Colors of #259091
Black with #259091
Text Example
Text Example
White with #259091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259091; }
p { color: rgb(37,144,145); }
H1.HeaderClassName
{
color: #259091;
}
.AnyTagClassName
{
color: #259091;
}
</style>
background-color css
<style>
a { background-color: #259091; }
a { background-color: rgb(37,144,145); }
div.DivClassName
{
background-color: #259091;
}
.BgClassName
{
background-color: #259091;
}
</style>
border-color css
<style>
span { border-color: #259091; }
span { border-color: rgb(37,144,145); }
td.TdClassName
{
border-color: #259091;
}
.TagClassName
{
border-color: #259091;
}
</style>