Shades of Java #259194
Tints of Java #259194
RGB
CMYK
RGB Variations
Color information
#259194 (or 0x259194) is known color: Java. HEX triplet: 25, 91 and 94. RGB value is (37,145,148). Sum of RGB (Red+Green+Blue) = 37+145+148=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #259194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259194 is #DA6E6B. Grayscale: #707070. Windows color (decimal): -14315116 or 9736485. OLE color: 9736485.
HSL color Cylindrical-coordinate representation of color #259194: hue angle of 181.62º 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 #259194 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 145 | 148 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.42 |
| HSL | 181.62º | 0.6% | 0.36% | - |
| HSV(B) | 181.62º | 0.75% | 0.58% | - |
| XYZ | 16.23 | 22.78 | 31.56 | - |
| YUV | 113.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 148 | 0.75 | 0.02 | 0 | 0.42 | 181.62 | 0.6 | 0.36 |
| Hex | 25 | 91 | 94 | 4B | 2 | 0 | 2A | B6 | 3C | 24 |
| Octal | 45 | 221 | 224 | 113 | 2 | 0 | 52 | 266 | 74 | 44 |
| Binary | 100101 | 10010001 | 10010100 | 1001011 | 10 | 0 | 101010 | 10110110 | 111100 | 100100 |
Color Harmonies of #259194
Complementary color
Monochromatic Colors of #259194
Black with #259194
Text Example
Text Example
White with #259194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259194; }
p { color: rgb(37,145,148); }
H1.HeaderClassName
{
color: #259194;
}
.AnyTagClassName
{
color: #259194;
}
</style>
background-color css
<style>
a { background-color: #259194; }
a { background-color: rgb(37,145,148); }
div.DivClassName
{
background-color: #259194;
}
.BgClassName
{
background-color: #259194;
}
</style>
border-color css
<style>
span { border-color: #259194; }
span { border-color: rgb(37,145,148); }
td.TdClassName
{
border-color: #259194;
}
.TagClassName
{
border-color: #259194;
}
</style>