Shades of Java #25939F
Tints of Java #25939F
RGB
CMYK
RGB Variations
Color information
#25939F (or 0x25939F) is known color: Java. HEX triplet: 25, 93 and 9F. RGB value is (37,147,159). Sum of RGB (Red+Green+Blue) = 37+147+159=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #25939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25939F is #DA6C60. Grayscale: #737373. Windows color (decimal): -14314593 or 10457893. OLE color: 10457893.
HSL color Cylindrical-coordinate representation of color #25939F: hue angle of 185.9º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25939F is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 147 | 159 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.38 |
| HSL | 185.9º | 0.62% | 0.38% | - |
| HSV(B) | 185.9º | 0.77% | 0.62% | - |
| XYZ | 17.45 | 23.76 | 36.47 | - |
| YUV | 115.48 | 152.56 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 159 | 0.77 | 0.08 | 0 | 0.38 | 185.9 | 0.62 | 0.38 |
| Hex | 25 | 93 | 9F | 4D | 8 | 0 | 26 | BA | 3E | 26 |
| Octal | 45 | 223 | 237 | 115 | 10 | 0 | 46 | 272 | 76 | 46 |
| Binary | 100101 | 10010011 | 10011111 | 1001101 | 1000 | 0 | 100110 | 10111010 | 111110 | 100110 |
Color Harmonies of #25939F
Complementary color
Monochromatic Colors of #25939F
Black with #25939F
Text Example
Text Example
White with #25939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25939F; }
p { color: rgb(37,147,159); }
H1.HeaderClassName
{
color: #25939F;
}
.AnyTagClassName
{
color: #25939F;
}
</style>
background-color css
<style>
a { background-color: #25939F; }
a { background-color: rgb(37,147,159); }
div.DivClassName
{
background-color: #25939F;
}
.BgClassName
{
background-color: #25939F;
}
</style>
border-color css
<style>
span { border-color: #25939F; }
span { border-color: rgb(37,147,159); }
td.TdClassName
{
border-color: #25939F;
}
.TagClassName
{
border-color: #25939F;
}
</style>