Shades of Java #269193
Tints of Java #269193
RGB
CMYK
RGB Variations
Color information
#269193 (or 0x269193) is known color: Java. HEX triplet: 26, 91 and 93. RGB value is (38,145,147). Sum of RGB (Red+Green+Blue) = 38+145+147=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #269193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269193 is #D96E6C. Grayscale: #717171. Windows color (decimal): -14249581 or 9670950. OLE color: 9670950.
HSL color Cylindrical-coordinate representation of color #269193: hue angle of 181.1º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269193 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 145 | 147 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.42 |
| HSL | 181.1º | 0.59% | 0.36% | - |
| HSV(B) | 181.1º | 0.74% | 0.58% | - |
| XYZ | 16.19 | 22.77 | 31.15 | - |
| YUV | 113.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 147 | 0.74 | 0.01 | 0 | 0.42 | 181.1 | 0.59 | 0.36 |
| Hex | 26 | 91 | 93 | 4A | 1 | 0 | 2A | B5 | 3B | 24 |
| Octal | 46 | 221 | 223 | 112 | 1 | 0 | 52 | 265 | 73 | 44 |
| Binary | 100110 | 10010001 | 10010011 | 1001010 | 1 | 0 | 101010 | 10110101 | 111011 | 100100 |
Color Harmonies of #269193
Complementary color
Monochromatic Colors of #269193
Black with #269193
Text Example
Text Example
White with #269193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269193; }
p { color: rgb(38,145,147); }
H1.HeaderClassName
{
color: #269193;
}
.AnyTagClassName
{
color: #269193;
}
</style>
background-color css
<style>
a { background-color: #269193; }
a { background-color: rgb(38,145,147); }
div.DivClassName
{
background-color: #269193;
}
.BgClassName
{
background-color: #269193;
}
</style>
border-color css
<style>
span { border-color: #269193; }
span { border-color: rgb(38,145,147); }
td.TdClassName
{
border-color: #269193;
}
.TagClassName
{
border-color: #269193;
}
</style>