Shades of Java #26919A
Tints of Java #26919A
RGB
CMYK
RGB Variations
Color information
#26919A (or 0x26919A) is known color: Java. HEX triplet: 26, 91 and 9A. RGB value is (38,145,154). Sum of RGB (Red+Green+Blue) = 38+145+154=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #26919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26919A is #D96E65. Grayscale: #717171. Windows color (decimal): -14249574 or 10129702. OLE color: 10129702.
HSL color Cylindrical-coordinate representation of color #26919A: hue angle of 184.66º 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 #26919A is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 145 | 154 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.40 |
| HSL | 184.66º | 0.6% | 0.38% | - |
| HSV(B) | 184.66º | 0.75% | 0.6% | - |
| XYZ | 16.76 | 23 | 34.13 | - |
| YUV | 114.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 154 | 0.75 | 0.06 | 0 | 0.40 | 184.66 | 0.6 | 0.38 |
| Hex | 26 | 91 | 9A | 4B | 6 | 0 | 28 | B9 | 3C | 26 |
| Octal | 46 | 221 | 232 | 113 | 6 | 0 | 50 | 271 | 74 | 46 |
| Binary | 100110 | 10010001 | 10011010 | 1001011 | 110 | 0 | 101000 | 10111001 | 111100 | 100110 |
Color Harmonies of #26919A
Complementary color
Monochromatic Colors of #26919A
Black with #26919A
Text Example
Text Example
White with #26919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26919A; }
p { color: rgb(38,145,154); }
H1.HeaderClassName
{
color: #26919A;
}
.AnyTagClassName
{
color: #26919A;
}
</style>
background-color css
<style>
a { background-color: #26919A; }
a { background-color: rgb(38,145,154); }
div.DivClassName
{
background-color: #26919A;
}
.BgClassName
{
background-color: #26919A;
}
</style>
border-color css
<style>
span { border-color: #26919A; }
span { border-color: rgb(38,145,154); }
td.TdClassName
{
border-color: #26919A;
}
.TagClassName
{
border-color: #26919A;
}
</style>