Shades of Java #25969F
Tints of Java #25969F
RGB
CMYK
RGB Variations
Color information
#25969F (or 0x25969F) is known color: Java. HEX triplet: 25, 96 and 9F. RGB value is (37,150,159). Sum of RGB (Red+Green+Blue) = 37+150+159=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #25969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25969F is #DA6960. Grayscale: #757575. Windows color (decimal): -14313825 or 10458661. OLE color: 10458661.
HSL color Cylindrical-coordinate representation of color #25969F: hue angle of 184.43º 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 #25969F is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 150 | 159 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.38 |
| HSL | 184.43º | 0.62% | 0.38% | - |
| HSV(B) | 184.43º | 0.77% | 0.62% | - |
| XYZ | 17.93 | 24.71 | 36.63 | - |
| YUV | 117.24 | 151.56 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 159 | 0.77 | 0.06 | 0 | 0.38 | 184.43 | 0.62 | 0.38 |
| Hex | 25 | 96 | 9F | 4D | 6 | 0 | 26 | B8 | 3E | 26 |
| Octal | 45 | 226 | 237 | 115 | 6 | 0 | 46 | 270 | 76 | 46 |
| Binary | 100101 | 10010110 | 10011111 | 1001101 | 110 | 0 | 100110 | 10111000 | 111110 | 100110 |
Color Harmonies of #25969F
Complementary color
Monochromatic Colors of #25969F
Black with #25969F
Text Example
Text Example
White with #25969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25969F; }
p { color: rgb(37,150,159); }
H1.HeaderClassName
{
color: #25969F;
}
.AnyTagClassName
{
color: #25969F;
}
</style>
background-color css
<style>
a { background-color: #25969F; }
a { background-color: rgb(37,150,159); }
div.DivClassName
{
background-color: #25969F;
}
.BgClassName
{
background-color: #25969F;
}
</style>
border-color css
<style>
span { border-color: #25969F; }
span { border-color: rgb(37,150,159); }
td.TdClassName
{
border-color: #25969F;
}
.TagClassName
{
border-color: #25969F;
}
</style>