Shades of Java #26868F
Tints of Java #26868F
RGB
CMYK
RGB Variations
Color information
#26868F (or 0x26868F) is known color: Java. HEX triplet: 26, 86 and 8F. RGB value is (38,134,143). Sum of RGB (Red+Green+Blue) = 38+134+143=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #26868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26868F is #D97970. Grayscale: #6A6A6A. Windows color (decimal): -14252401 or 9405990. OLE color: 9405990.
HSL color Cylindrical-coordinate representation of color #26868F: hue angle of 185.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26868F is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 134 | 143 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.44 |
| HSL | 185.14º | 0.58% | 0.35% | - |
| HSV(B) | 185.14º | 0.73% | 0.56% | - |
| XYZ | 14.28 | 19.45 | 28.99 | - |
| YUV | 106.32 | 148.7 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 143 | 0.73 | 0.06 | 0 | 0.44 | 185.14 | 0.58 | 0.35 |
| Hex | 26 | 86 | 8F | 49 | 6 | 0 | 2C | B9 | 3A | 23 |
| Octal | 46 | 206 | 217 | 111 | 6 | 0 | 54 | 271 | 72 | 43 |
| Binary | 100110 | 10000110 | 10001111 | 1001001 | 110 | 0 | 101100 | 10111001 | 111010 | 100011 |
Color Harmonies of #26868F
Complementary color
Monochromatic Colors of #26868F
Black with #26868F
Text Example
Text Example
White with #26868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26868F; }
p { color: rgb(38,134,143); }
H1.HeaderClassName
{
color: #26868F;
}
.AnyTagClassName
{
color: #26868F;
}
</style>
background-color css
<style>
a { background-color: #26868F; }
a { background-color: rgb(38,134,143); }
div.DivClassName
{
background-color: #26868F;
}
.BgClassName
{
background-color: #26868F;
}
</style>
border-color css
<style>
span { border-color: #26868F; }
span { border-color: rgb(38,134,143); }
td.TdClassName
{
border-color: #26868F;
}
.TagClassName
{
border-color: #26868F;
}
</style>