Shades of Java #25919B
Tints of Java #25919B
RGB
CMYK
RGB Variations
Color information
#25919B (or 0x25919B) is known color: Java. HEX triplet: 25, 91 and 9B. RGB value is (37,145,155). Sum of RGB (Red+Green+Blue) = 37+145+155=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #25919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25919B is #DA6E64. Grayscale: #717171. Windows color (decimal): -14315109 or 10195237. OLE color: 10195237.
HSL color Cylindrical-coordinate representation of color #25919B: hue angle of 185.08º 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 #25919B is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 145 | 155 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.39 |
| HSL | 185.08º | 0.61% | 0.38% | - |
| HSV(B) | 185.08º | 0.76% | 0.61% | - |
| XYZ | 16.8 | 23.01 | 34.57 | - |
| YUV | 113.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 155 | 0.76 | 0.06 | 0 | 0.39 | 185.08 | 0.61 | 0.38 |
| Hex | 25 | 91 | 9B | 4C | 6 | 0 | 27 | B9 | 3D | 26 |
| Octal | 45 | 221 | 233 | 114 | 6 | 0 | 47 | 271 | 75 | 46 |
| Binary | 100101 | 10010001 | 10011011 | 1001100 | 110 | 0 | 100111 | 10111001 | 111101 | 100110 |
Color Harmonies of #25919B
Complementary color
Monochromatic Colors of #25919B
Black with #25919B
Text Example
Text Example
White with #25919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25919B; }
p { color: rgb(37,145,155); }
H1.HeaderClassName
{
color: #25919B;
}
.AnyTagClassName
{
color: #25919B;
}
</style>
background-color css
<style>
a { background-color: #25919B; }
a { background-color: rgb(37,145,155); }
div.DivClassName
{
background-color: #25919B;
}
.BgClassName
{
background-color: #25919B;
}
</style>
border-color css
<style>
span { border-color: #25919B; }
span { border-color: rgb(37,145,155); }
td.TdClassName
{
border-color: #25919B;
}
.TagClassName
{
border-color: #25919B;
}
</style>