Shades of Java #259293
Tints of Java #259293
RGB
CMYK
RGB Variations
Color information
#259293 (or 0x259293) is known color: Java. HEX triplet: 25, 92 and 93. RGB value is (37,146,147). Sum of RGB (Red+Green+Blue) = 37+146+147=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #259293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259293 is #DA6D6C. Grayscale: #717171. Windows color (decimal): -14314861 or 9671205. OLE color: 9671205.
HSL color Cylindrical-coordinate representation of color #259293: hue angle of 180.55º 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 #259293 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 146 | 147 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.42 |
| HSL | 180.55º | 0.6% | 0.36% | - |
| HSV(B) | 180.55º | 0.75% | 0.58% | - |
| XYZ | 16.31 | 23.06 | 31.19 | - |
| YUV | 113.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 147 | 0.75 | 0.01 | 0 | 0.42 | 180.55 | 0.6 | 0.36 |
| Hex | 25 | 92 | 93 | 4B | 1 | 0 | 2A | B5 | 3C | 24 |
| Octal | 45 | 222 | 223 | 113 | 1 | 0 | 52 | 265 | 74 | 44 |
| Binary | 100101 | 10010010 | 10010011 | 1001011 | 1 | 0 | 101010 | 10110101 | 111100 | 100100 |
Color Harmonies of #259293
Complementary color
Monochromatic Colors of #259293
Black with #259293
Text Example
Text Example
White with #259293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259293; }
p { color: rgb(37,146,147); }
H1.HeaderClassName
{
color: #259293;
}
.AnyTagClassName
{
color: #259293;
}
</style>
background-color css
<style>
a { background-color: #259293; }
a { background-color: rgb(37,146,147); }
div.DivClassName
{
background-color: #259293;
}
.BgClassName
{
background-color: #259293;
}
</style>
border-color css
<style>
span { border-color: #259293; }
span { border-color: rgb(37,146,147); }
td.TdClassName
{
border-color: #259293;
}
.TagClassName
{
border-color: #259293;
}
</style>