Shades of Java #26848F
Tints of Java #26848F
RGB
CMYK
RGB Variations
Color information
#26848F (or 0x26848F) is known color: Java. HEX triplet: 26, 84 and 8F. RGB value is (38,132,143). Sum of RGB (Red+Green+Blue) = 38+132+143=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #26848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26848F is #D97B70. Grayscale: #696969. Windows color (decimal): -14252913 or 9405478. OLE color: 9405478.
HSL color Cylindrical-coordinate representation of color #26848F: hue angle of 186.29º 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 #26848F is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 132 | 143 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.44 |
| HSL | 186.29º | 0.58% | 0.35% | - |
| HSV(B) | 186.29º | 0.73% | 0.56% | - |
| XYZ | 14.01 | 18.9 | 28.9 | - |
| YUV | 105.15 | 149.36 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 143 | 0.73 | 0.08 | 0 | 0.44 | 186.29 | 0.58 | 0.35 |
| Hex | 26 | 84 | 8F | 49 | 8 | 0 | 2C | BA | 3A | 23 |
| Octal | 46 | 204 | 217 | 111 | 10 | 0 | 54 | 272 | 72 | 43 |
| Binary | 100110 | 10000100 | 10001111 | 1001001 | 1000 | 0 | 101100 | 10111010 | 111010 | 100011 |
Color Harmonies of #26848F
Complementary color
Monochromatic Colors of #26848F
Black with #26848F
Text Example
Text Example
White with #26848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26848F; }
p { color: rgb(38,132,143); }
H1.HeaderClassName
{
color: #26848F;
}
.AnyTagClassName
{
color: #26848F;
}
</style>
background-color css
<style>
a { background-color: #26848F; }
a { background-color: rgb(38,132,143); }
div.DivClassName
{
background-color: #26848F;
}
.BgClassName
{
background-color: #26848F;
}
</style>
border-color css
<style>
span { border-color: #26848F; }
span { border-color: rgb(38,132,143); }
td.TdClassName
{
border-color: #26848F;
}
.TagClassName
{
border-color: #26848F;
}
</style>