Shades of Java #259098
Tints of Java #259098
RGB
CMYK
RGB Variations
Color information
#259098 (or 0x259098) is known color: Java. HEX triplet: 25, 90 and 98. RGB value is (37,144,152). Sum of RGB (Red+Green+Blue) = 37+144+152=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #259098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259098 is #DA6F67. Grayscale: #707070. Windows color (decimal): -14315368 or 9998373. OLE color: 9998373.
HSL color Cylindrical-coordinate representation of color #259098: hue angle of 184.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259098 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 144 | 152 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.40 |
| HSL | 184.17º | 0.61% | 0.37% | - |
| HSV(B) | 184.17º | 0.76% | 0.6% | - |
| XYZ | 16.4 | 22.61 | 33.2 | - |
| YUV | 112.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 152 | 0.76 | 0.05 | 0 | 0.40 | 184.17 | 0.61 | 0.37 |
| Hex | 25 | 90 | 98 | 4C | 5 | 0 | 28 | B8 | 3D | 25 |
| Octal | 45 | 220 | 230 | 114 | 5 | 0 | 50 | 270 | 75 | 45 |
| Binary | 100101 | 10010000 | 10011000 | 1001100 | 101 | 0 | 101000 | 10111000 | 111101 | 100101 |
Color Harmonies of #259098
Complementary color
Monochromatic Colors of #259098
Black with #259098
Text Example
Text Example
White with #259098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259098; }
p { color: rgb(37,144,152); }
H1.HeaderClassName
{
color: #259098;
}
.AnyTagClassName
{
color: #259098;
}
</style>
background-color css
<style>
a { background-color: #259098; }
a { background-color: rgb(37,144,152); }
div.DivClassName
{
background-color: #259098;
}
.BgClassName
{
background-color: #259098;
}
</style>
border-color css
<style>
span { border-color: #259098; }
span { border-color: rgb(37,144,152); }
td.TdClassName
{
border-color: #259098;
}
.TagClassName
{
border-color: #259098;
}
</style>