Shades of Java #26959A
Tints of Java #26959A
RGB
CMYK
RGB Variations
Color information
#26959A (or 0x26959A) is known color: Java. HEX triplet: 26, 95 and 9A. RGB value is (38,149,154). Sum of RGB (Red+Green+Blue) = 38+149+154=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #26959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26959A is #D96A65. Grayscale: #747474. Windows color (decimal): -14248550 or 10130726. OLE color: 10130726.
HSL color Cylindrical-coordinate representation of color #26959A: hue angle of 182.59º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26959A is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 149 | 154 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.40 |
| HSL | 182.59º | 0.6% | 0.38% | - |
| HSV(B) | 182.59º | 0.75% | 0.6% | - |
| XYZ | 17.38 | 24.24 | 34.33 | - |
| YUV | 116.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 154 | 0.75 | 0.03 | 0 | 0.40 | 182.59 | 0.6 | 0.38 |
| Hex | 26 | 95 | 9A | 4B | 3 | 0 | 28 | B7 | 3C | 26 |
| Octal | 46 | 225 | 232 | 113 | 3 | 0 | 50 | 267 | 74 | 46 |
| Binary | 100110 | 10010101 | 10011010 | 1001011 | 11 | 0 | 101000 | 10110111 | 111100 | 100110 |
Color Harmonies of #26959A
Complementary color
Monochromatic Colors of #26959A
Black with #26959A
Text Example
Text Example
White with #26959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26959A; }
p { color: rgb(38,149,154); }
H1.HeaderClassName
{
color: #26959A;
}
.AnyTagClassName
{
color: #26959A;
}
</style>
background-color css
<style>
a { background-color: #26959A; }
a { background-color: rgb(38,149,154); }
div.DivClassName
{
background-color: #26959A;
}
.BgClassName
{
background-color: #26959A;
}
</style>
border-color css
<style>
span { border-color: #26959A; }
span { border-color: rgb(38,149,154); }
td.TdClassName
{
border-color: #26959A;
}
.TagClassName
{
border-color: #26959A;
}
</style>