Shades of Java #268F91
Tints of Java #268F91
RGB
CMYK
RGB Variations
Color information
#268F91 (or 0x268F91) is known color: Java. HEX triplet: 26, 8F and 91. RGB value is (38,143,145). Sum of RGB (Red+Green+Blue) = 38+143+145=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #268F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F91 is #D9706E. Grayscale: #6F6F6F. Windows color (decimal): -14250095 or 9539366. OLE color: 9539366.
HSL color Cylindrical-coordinate representation of color #268F91: hue angle of 181.12º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268F91 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 143 | 145 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.43 |
| HSL | 181.12º | 0.58% | 0.36% | - |
| HSV(B) | 181.12º | 0.74% | 0.57% | - |
| XYZ | 15.73 | 22.1 | 30.22 | - |
| YUV | 111.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 145 | 0.74 | 0.01 | 0 | 0.43 | 181.12 | 0.58 | 0.36 |
| Hex | 26 | 8F | 91 | 4A | 1 | 0 | 2B | B5 | 3A | 24 |
| Octal | 46 | 217 | 221 | 112 | 1 | 0 | 53 | 265 | 72 | 44 |
| Binary | 100110 | 10001111 | 10010001 | 1001010 | 1 | 0 | 101011 | 10110101 | 111010 | 100100 |
Color Harmonies of #268F91
Complementary color
Monochromatic Colors of #268F91
Black with #268F91
Text Example
Text Example
White with #268F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F91; }
p { color: rgb(38,143,145); }
H1.HeaderClassName
{
color: #268F91;
}
.AnyTagClassName
{
color: #268F91;
}
</style>
background-color css
<style>
a { background-color: #268F91; }
a { background-color: rgb(38,143,145); }
div.DivClassName
{
background-color: #268F91;
}
.BgClassName
{
background-color: #268F91;
}
</style>
border-color css
<style>
span { border-color: #268F91; }
span { border-color: rgb(38,143,145); }
td.TdClassName
{
border-color: #268F91;
}
.TagClassName
{
border-color: #268F91;
}
</style>