Shades of Java #26979D
Tints of Java #26979D
RGB
CMYK
RGB Variations
Color information
#26979D (or 0x26979D) is known color: Java. HEX triplet: 26, 97 and 9D. RGB value is (38,151,157). Sum of RGB (Red+Green+Blue) = 38+151+157=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #26979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26979D is #D96862. Grayscale: #757575. Windows color (decimal): -14248035 or 10327846. OLE color: 10327846.
HSL color Cylindrical-coordinate representation of color #26979D: hue angle of 183.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 #26979D is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 151 | 157 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.38 |
| HSL | 183.03º | 0.61% | 0.38% | - |
| HSV(B) | 183.03º | 0.76% | 0.62% | - |
| XYZ | 17.95 | 24.98 | 35.77 | - |
| YUV | 117.9 | 150.06 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 157 | 0.76 | 0.04 | 0 | 0.38 | 183.03 | 0.61 | 0.38 |
| Hex | 26 | 97 | 9D | 4C | 4 | 0 | 26 | B7 | 3D | 26 |
| Octal | 46 | 227 | 235 | 114 | 4 | 0 | 46 | 267 | 75 | 46 |
| Binary | 100110 | 10010111 | 10011101 | 1001100 | 100 | 0 | 100110 | 10110111 | 111101 | 100110 |
Color Harmonies of #26979D
Complementary color
Monochromatic Colors of #26979D
Black with #26979D
Text Example
Text Example
White with #26979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26979D; }
p { color: rgb(38,151,157); }
H1.HeaderClassName
{
color: #26979D;
}
.AnyTagClassName
{
color: #26979D;
}
</style>
background-color css
<style>
a { background-color: #26979D; }
a { background-color: rgb(38,151,157); }
div.DivClassName
{
background-color: #26979D;
}
.BgClassName
{
background-color: #26979D;
}
</style>
border-color css
<style>
span { border-color: #26979D; }
span { border-color: rgb(38,151,157); }
td.TdClassName
{
border-color: #26979D;
}
.TagClassName
{
border-color: #26979D;
}
</style>