Shades of Java #26959D
Tints of Java #26959D
RGB
CMYK
RGB Variations
Color information
#26959D (or 0x26959D) is known color: Java. HEX triplet: 26, 95 and 9D. RGB value is (38,149,157). Sum of RGB (Red+Green+Blue) = 38+149+157=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #26959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26959D is #D96A62. Grayscale: #747474. Windows color (decimal): -14248547 or 10327334. OLE color: 10327334.
HSL color Cylindrical-coordinate representation of color #26959D: hue angle of 184.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26959D is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 149 | 157 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.38 |
| HSL | 184.03º | 0.61% | 0.38% | - |
| HSV(B) | 184.03º | 0.76% | 0.62% | - |
| XYZ | 17.63 | 24.34 | 35.67 | - |
| YUV | 116.72 | 150.73 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 157 | 0.76 | 0.05 | 0 | 0.38 | 184.03 | 0.61 | 0.38 |
| Hex | 26 | 95 | 9D | 4C | 5 | 0 | 26 | B8 | 3D | 26 |
| Octal | 46 | 225 | 235 | 114 | 5 | 0 | 46 | 270 | 75 | 46 |
| Binary | 100110 | 10010101 | 10011101 | 1001100 | 101 | 0 | 100110 | 10111000 | 111101 | 100110 |
Color Harmonies of #26959D
Complementary color
Monochromatic Colors of #26959D
Black with #26959D
Text Example
Text Example
White with #26959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26959D; }
p { color: rgb(38,149,157); }
H1.HeaderClassName
{
color: #26959D;
}
.AnyTagClassName
{
color: #26959D;
}
</style>
background-color css
<style>
a { background-color: #26959D; }
a { background-color: rgb(38,149,157); }
div.DivClassName
{
background-color: #26959D;
}
.BgClassName
{
background-color: #26959D;
}
</style>
border-color css
<style>
span { border-color: #26959D; }
span { border-color: rgb(38,149,157); }
td.TdClassName
{
border-color: #26959D;
}
.TagClassName
{
border-color: #26959D;
}
</style>