Shades of Java #26939D
Tints of Java #26939D
RGB
CMYK
RGB Variations
Color information
#26939D (or 0x26939D) is known color: Java. HEX triplet: 26, 93 and 9D. RGB value is (38,147,157). Sum of RGB (Red+Green+Blue) = 38+147+157=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #26939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26939D is #D96C62. Grayscale: #737373. Windows color (decimal): -14249059 or 10326822. OLE color: 10326822.
HSL color Cylindrical-coordinate representation of color #26939D: hue angle of 185.04º 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 #26939D is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 147 | 157 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.38 |
| HSL | 185.04º | 0.61% | 0.38% | - |
| HSV(B) | 185.04º | 0.76% | 0.62% | - |
| XYZ | 17.32 | 23.71 | 35.56 | - |
| YUV | 115.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 157 | 0.76 | 0.06 | 0 | 0.38 | 185.04 | 0.61 | 0.38 |
| Hex | 26 | 93 | 9D | 4C | 6 | 0 | 26 | B9 | 3D | 26 |
| Octal | 46 | 223 | 235 | 114 | 6 | 0 | 46 | 271 | 75 | 46 |
| Binary | 100110 | 10010011 | 10011101 | 1001100 | 110 | 0 | 100110 | 10111001 | 111101 | 100110 |
Color Harmonies of #26939D
Complementary color
Monochromatic Colors of #26939D
Black with #26939D
Text Example
Text Example
White with #26939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26939D; }
p { color: rgb(38,147,157); }
H1.HeaderClassName
{
color: #26939D;
}
.AnyTagClassName
{
color: #26939D;
}
</style>
background-color css
<style>
a { background-color: #26939D; }
a { background-color: rgb(38,147,157); }
div.DivClassName
{
background-color: #26939D;
}
.BgClassName
{
background-color: #26939D;
}
</style>
border-color css
<style>
span { border-color: #26939D; }
span { border-color: rgb(38,147,157); }
td.TdClassName
{
border-color: #26939D;
}
.TagClassName
{
border-color: #26939D;
}
</style>