Shades of Java #26878D
Tints of Java #26878D
RGB
CMYK
RGB Variations
Color information
#26878D (or 0x26878D) is known color: Java. HEX triplet: 26, 87 and 8D. RGB value is (38,135,141). Sum of RGB (Red+Green+Blue) = 38+135+141=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #26878D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26878D is #D97872. Grayscale: #6A6A6A. Windows color (decimal): -14252147 or 9275174. OLE color: 9275174.
HSL color Cylindrical-coordinate representation of color #26878D: hue angle of 183.5º 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 #26878D is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 135 | 141 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.45 |
| HSL | 183.5º | 0.58% | 0.35% | - |
| HSV(B) | 183.5º | 0.73% | 0.55% | - |
| XYZ | 14.27 | 19.66 | 28.24 | - |
| YUV | 106.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 141 | 0.73 | 0.04 | 0 | 0.45 | 183.5 | 0.58 | 0.35 |
| Hex | 26 | 87 | 8D | 49 | 4 | 0 | 2D | B7 | 3A | 23 |
| Octal | 46 | 207 | 215 | 111 | 4 | 0 | 55 | 267 | 72 | 43 |
| Binary | 100110 | 10000111 | 10001101 | 1001001 | 100 | 0 | 101101 | 10110111 | 111010 | 100011 |
Color Harmonies of #26878D
Complementary color
Monochromatic Colors of #26878D
Black with #26878D
Text Example
Text Example
White with #26878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26878D; }
p { color: rgb(38,135,141); }
H1.HeaderClassName
{
color: #26878D;
}
.AnyTagClassName
{
color: #26878D;
}
</style>
background-color css
<style>
a { background-color: #26878D; }
a { background-color: rgb(38,135,141); }
div.DivClassName
{
background-color: #26878D;
}
.BgClassName
{
background-color: #26878D;
}
</style>
border-color css
<style>
span { border-color: #26878D; }
span { border-color: rgb(38,135,141); }
td.TdClassName
{
border-color: #26878D;
}
.TagClassName
{
border-color: #26878D;
}
</style>