Shades of Java #26959F
Tints of Java #26959F
RGB
CMYK
RGB Variations
Color information
#26959F (or 0x26959F) is known color: Java. HEX triplet: 26, 95 and 9F. RGB value is (38,149,159). Sum of RGB (Red+Green+Blue) = 38+149+159=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 149 (58.59% from 255 or 43.06% 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 #26959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26959F is #D96A60. Grayscale: #747474. Windows color (decimal): -14248545 or 10458406. OLE color: 10458406.
HSL color Cylindrical-coordinate representation of color #26959F: hue angle of 184.96º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26959F is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 149 | 159 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.38 |
| HSL | 184.96º | 0.61% | 0.39% | - |
| HSV(B) | 184.96º | 0.76% | 0.62% | - |
| XYZ | 17.8 | 24.41 | 36.57 | - |
| YUV | 116.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 159 | 0.76 | 0.06 | 0 | 0.38 | 184.96 | 0.61 | 0.39 |
| Hex | 26 | 95 | 9F | 4C | 6 | 0 | 26 | B9 | 3D | 27 |
| Octal | 46 | 225 | 237 | 114 | 6 | 0 | 46 | 271 | 75 | 47 |
| Binary | 100110 | 10010101 | 10011111 | 1001100 | 110 | 0 | 100110 | 10111001 | 111101 | 100111 |
Color Harmonies of #26959F
Complementary color
Monochromatic Colors of #26959F
Black with #26959F
Text Example
Text Example
White with #26959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26959F; }
p { color: rgb(38,149,159); }
H1.HeaderClassName
{
color: #26959F;
}
.AnyTagClassName
{
color: #26959F;
}
</style>
background-color css
<style>
a { background-color: #26959F; }
a { background-color: rgb(38,149,159); }
div.DivClassName
{
background-color: #26959F;
}
.BgClassName
{
background-color: #26959F;
}
</style>
border-color css
<style>
span { border-color: #26959F; }
span { border-color: rgb(38,149,159); }
td.TdClassName
{
border-color: #26959F;
}
.TagClassName
{
border-color: #26959F;
}
</style>