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