Shades of Java #26868D
Tints of Java #26868D
RGB
CMYK
RGB Variations
Color information
#26868D (or 0x26868D) is known color: Java. HEX triplet: 26, 86 and 8D. RGB value is (38,134,141). Sum of RGB (Red+Green+Blue) = 38+134+141=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #26868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26868D is #D97972. Grayscale: #696969. Windows color (decimal): -14252403 or 9274918. OLE color: 9274918.
HSL color Cylindrical-coordinate representation of color #26868D: hue angle of 184.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26868D is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 134 | 141 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.45 |
| HSL | 184.08º | 0.58% | 0.35% | - |
| HSV(B) | 184.08º | 0.73% | 0.55% | - |
| XYZ | 14.13 | 19.39 | 28.2 | - |
| YUV | 106.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 141 | 0.73 | 0.05 | 0 | 0.45 | 184.08 | 0.58 | 0.35 |
| Hex | 26 | 86 | 8D | 49 | 5 | 0 | 2D | B8 | 3A | 23 |
| Octal | 46 | 206 | 215 | 111 | 5 | 0 | 55 | 270 | 72 | 43 |
| Binary | 100110 | 10000110 | 10001101 | 1001001 | 101 | 0 | 101101 | 10111000 | 111010 | 100011 |
Color Harmonies of #26868D
Complementary color
Monochromatic Colors of #26868D
Black with #26868D
Text Example
Text Example
White with #26868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26868D; }
p { color: rgb(38,134,141); }
H1.HeaderClassName
{
color: #26868D;
}
.AnyTagClassName
{
color: #26868D;
}
</style>
background-color css
<style>
a { background-color: #26868D; }
a { background-color: rgb(38,134,141); }
div.DivClassName
{
background-color: #26868D;
}
.BgClassName
{
background-color: #26868D;
}
</style>
border-color css
<style>
span { border-color: #26868D; }
span { border-color: rgb(38,134,141); }
td.TdClassName
{
border-color: #26868D;
}
.TagClassName
{
border-color: #26868D;
}
</style>