Shades of Java #25979B
Tints of Java #25979B
RGB
CMYK
RGB Variations
Color information
#25979B (or 0x25979B) is known color: Java. HEX triplet: 25, 97 and 9B. RGB value is (37,151,155). Sum of RGB (Red+Green+Blue) = 37+151+155=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #25979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25979B is #DA6864. Grayscale: #757575. Windows color (decimal): -14313573 or 10196773. OLE color: 10196773.
HSL color Cylindrical-coordinate representation of color #25979B: hue angle of 182.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25979B is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 151 | 155 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.39 |
| HSL | 182.03º | 0.61% | 0.38% | - |
| HSV(B) | 182.03º | 0.76% | 0.61% | - |
| XYZ | 17.75 | 24.89 | 34.88 | - |
| YUV | 117.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 155 | 0.76 | 0.03 | 0 | 0.39 | 182.03 | 0.61 | 0.38 |
| Hex | 25 | 97 | 9B | 4C | 3 | 0 | 27 | B6 | 3D | 26 |
| Octal | 45 | 227 | 233 | 114 | 3 | 0 | 47 | 266 | 75 | 46 |
| Binary | 100101 | 10010111 | 10011011 | 1001100 | 11 | 0 | 100111 | 10110110 | 111101 | 100110 |
Color Harmonies of #25979B
Complementary color
Monochromatic Colors of #25979B
Black with #25979B
Text Example
Text Example
White with #25979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25979B; }
p { color: rgb(37,151,155); }
H1.HeaderClassName
{
color: #25979B;
}
.AnyTagClassName
{
color: #25979B;
}
</style>
background-color css
<style>
a { background-color: #25979B; }
a { background-color: rgb(37,151,155); }
div.DivClassName
{
background-color: #25979B;
}
.BgClassName
{
background-color: #25979B;
}
</style>
border-color css
<style>
span { border-color: #25979B; }
span { border-color: rgb(37,151,155); }
td.TdClassName
{
border-color: #25979B;
}
.TagClassName
{
border-color: #25979B;
}
</style>