Shades of Java #25919C
Tints of Java #25919C
RGB
CMYK
RGB Variations
Color information
#25919C (or 0x25919C) is known color: Java. HEX triplet: 25, 91 and 9C. RGB value is (37,145,156). Sum of RGB (Red+Green+Blue) = 37+145+156=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #25919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25919C is #DA6E63. Grayscale: #717171. Windows color (decimal): -14315108 or 10260773. OLE color: 10260773.
HSL color Cylindrical-coordinate representation of color #25919C: hue angle of 185.55º degrees, saturation: 0.62, 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 #25919C is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 145 | 156 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.39 |
| HSL | 185.55º | 0.62% | 0.38% | - |
| HSV(B) | 185.55º | 0.76% | 0.61% | - |
| XYZ | 16.89 | 23.04 | 35.01 | - |
| YUV | 113.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 156 | 0.76 | 0.07 | 0 | 0.39 | 185.55 | 0.62 | 0.38 |
| Hex | 25 | 91 | 9C | 4C | 7 | 0 | 27 | BA | 3E | 26 |
| Octal | 45 | 221 | 234 | 114 | 7 | 0 | 47 | 272 | 76 | 46 |
| Binary | 100101 | 10010001 | 10011100 | 1001100 | 111 | 0 | 100111 | 10111010 | 111110 | 100110 |
Color Harmonies of #25919C
Complementary color
Monochromatic Colors of #25919C
Black with #25919C
Text Example
Text Example
White with #25919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25919C; }
p { color: rgb(37,145,156); }
H1.HeaderClassName
{
color: #25919C;
}
.AnyTagClassName
{
color: #25919C;
}
</style>
background-color css
<style>
a { background-color: #25919C; }
a { background-color: rgb(37,145,156); }
div.DivClassName
{
background-color: #25919C;
}
.BgClassName
{
background-color: #25919C;
}
</style>
border-color css
<style>
span { border-color: #25919C; }
span { border-color: rgb(37,145,156); }
td.TdClassName
{
border-color: #25919C;
}
.TagClassName
{
border-color: #25919C;
}
</style>