Shades of Java #259092
Tints of Java #259092
RGB
CMYK
RGB Variations
Color information
#259092 (or 0x259092) is known color: Java. HEX triplet: 25, 90 and 92. RGB value is (37,144,146). Sum of RGB (Red+Green+Blue) = 37+144+146=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #259092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259092 is #DA6F6D. Grayscale: #707070. Windows color (decimal): -14315374 or 9605157. OLE color: 9605157.
HSL color Cylindrical-coordinate representation of color #259092: hue angle of 181.1º 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 #259092 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 144 | 146 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.43 |
| HSL | 181.1º | 0.6% | 0.36% | - |
| HSV(B) | 181.1º | 0.75% | 0.57% | - |
| XYZ | 15.92 | 22.42 | 30.68 | - |
| YUV | 112.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 146 | 0.75 | 0.01 | 0 | 0.43 | 181.1 | 0.6 | 0.36 |
| Hex | 25 | 90 | 92 | 4B | 1 | 0 | 2B | B5 | 3C | 24 |
| Octal | 45 | 220 | 222 | 113 | 1 | 0 | 53 | 265 | 74 | 44 |
| Binary | 100101 | 10010000 | 10010010 | 1001011 | 1 | 0 | 101011 | 10110101 | 111100 | 100100 |
Color Harmonies of #259092
Complementary color
Monochromatic Colors of #259092
Black with #259092
Text Example
Text Example
White with #259092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259092; }
p { color: rgb(37,144,146); }
H1.HeaderClassName
{
color: #259092;
}
.AnyTagClassName
{
color: #259092;
}
</style>
background-color css
<style>
a { background-color: #259092; }
a { background-color: rgb(37,144,146); }
div.DivClassName
{
background-color: #259092;
}
.BgClassName
{
background-color: #259092;
}
</style>
border-color css
<style>
span { border-color: #259092; }
span { border-color: rgb(37,144,146); }
td.TdClassName
{
border-color: #259092;
}
.TagClassName
{
border-color: #259092;
}
</style>