Shades of Java #259192
Tints of Java #259192
RGB
CMYK
RGB Variations
Color information
#259192 (or 0x259192) is known color: Java. HEX triplet: 25, 91 and 92. RGB value is (37,145,146). Sum of RGB (Red+Green+Blue) = 37+145+146=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #259192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259192 is #DA6E6D. Grayscale: #707070. Windows color (decimal): -14315118 or 9605413. OLE color: 9605413.
HSL color Cylindrical-coordinate representation of color #259192: hue angle of 180.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259192 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 146 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.43 |
| HSL | 180.55º | 0.6% | 0.36% | - |
| HSV(B) | 180.55º | 0.75% | 0.57% | - |
| XYZ | 16.08 | 22.72 | 30.73 | - |
| YUV | 112.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 146 | 0.75 | 0.01 | 0 | 0.43 | 180.55 | 0.6 | 0.36 |
| Hex | 25 | 91 | 92 | 4B | 1 | 0 | 2B | B5 | 3C | 24 |
| Octal | 45 | 221 | 222 | 113 | 1 | 0 | 53 | 265 | 74 | 44 |
| Binary | 100101 | 10010001 | 10010010 | 1001011 | 1 | 0 | 101011 | 10110101 | 111100 | 100100 |
Color Harmonies of #259192
Complementary color
Monochromatic Colors of #259192
Black with #259192
Text Example
Text Example
White with #259192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259192; }
p { color: rgb(37,145,146); }
H1.HeaderClassName
{
color: #259192;
}
.AnyTagClassName
{
color: #259192;
}
</style>
background-color css
<style>
a { background-color: #259192; }
a { background-color: rgb(37,145,146); }
div.DivClassName
{
background-color: #259192;
}
.BgClassName
{
background-color: #259192;
}
</style>
border-color css
<style>
span { border-color: #259192; }
span { border-color: rgb(37,145,146); }
td.TdClassName
{
border-color: #259192;
}
.TagClassName
{
border-color: #259192;
}
</style>