Shades of Java #268B93
Tints of Java #268B93
RGB
CMYK
RGB Variations
Color information
#268B93 (or 0x268B93) is known color: Java. HEX triplet: 26, 8B and 93. RGB value is (38,139,147). Sum of RGB (Red+Green+Blue) = 38+139+147=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #268B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B93 is #D9746C. Grayscale: #6D6D6D. Windows color (decimal): -14251117 or 9669414. OLE color: 9669414.
HSL color Cylindrical-coordinate representation of color #268B93: hue angle of 184.4º 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 #268B93 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 139 | 147 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.42 |
| HSL | 184.4º | 0.59% | 0.36% | - |
| HSV(B) | 184.4º | 0.74% | 0.58% | - |
| XYZ | 15.3 | 20.98 | 30.85 | - |
| YUV | 109.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 147 | 0.74 | 0.05 | 0 | 0.42 | 184.4 | 0.59 | 0.36 |
| Hex | 26 | 8B | 93 | 4A | 5 | 0 | 2A | B8 | 3B | 24 |
| Octal | 46 | 213 | 223 | 112 | 5 | 0 | 52 | 270 | 73 | 44 |
| Binary | 100110 | 10001011 | 10010011 | 1001010 | 101 | 0 | 101010 | 10111000 | 111011 | 100100 |
Color Harmonies of #268B93
Complementary color
Monochromatic Colors of #268B93
Black with #268B93
Text Example
Text Example
White with #268B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B93; }
p { color: rgb(38,139,147); }
H1.HeaderClassName
{
color: #268B93;
}
.AnyTagClassName
{
color: #268B93;
}
</style>
background-color css
<style>
a { background-color: #268B93; }
a { background-color: rgb(38,139,147); }
div.DivClassName
{
background-color: #268B93;
}
.BgClassName
{
background-color: #268B93;
}
</style>
border-color css
<style>
span { border-color: #268B93; }
span { border-color: rgb(38,139,147); }
td.TdClassName
{
border-color: #268B93;
}
.TagClassName
{
border-color: #268B93;
}
</style>