Shades of Java #268A93
Tints of Java #268A93
RGB
CMYK
RGB Variations
Color information
#268A93 (or 0x268A93) is known color: Java. HEX triplet: 26, 8A and 93. RGB value is (38,138,147). Sum of RGB (Red+Green+Blue) = 38+138+147=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #268A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A93 is #D9756C. Grayscale: #6C6C6C. Windows color (decimal): -14251373 or 9669158. OLE color: 9669158.
HSL color Cylindrical-coordinate representation of color #268A93: hue angle of 184.95º 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 #268A93 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 138 | 147 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.42 |
| HSL | 184.95º | 0.59% | 0.36% | - |
| HSV(B) | 184.95º | 0.74% | 0.58% | - |
| XYZ | 15.15 | 20.7 | 30.8 | - |
| YUV | 109.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 147 | 0.74 | 0.06 | 0 | 0.42 | 184.95 | 0.59 | 0.36 |
| Hex | 26 | 8A | 93 | 4A | 6 | 0 | 2A | B9 | 3B | 24 |
| Octal | 46 | 212 | 223 | 112 | 6 | 0 | 52 | 271 | 73 | 44 |
| Binary | 100110 | 10001010 | 10010011 | 1001010 | 110 | 0 | 101010 | 10111001 | 111011 | 100100 |
Color Harmonies of #268A93
Complementary color
Monochromatic Colors of #268A93
Black with #268A93
Text Example
Text Example
White with #268A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A93; }
p { color: rgb(38,138,147); }
H1.HeaderClassName
{
color: #268A93;
}
.AnyTagClassName
{
color: #268A93;
}
</style>
background-color css
<style>
a { background-color: #268A93; }
a { background-color: rgb(38,138,147); }
div.DivClassName
{
background-color: #268A93;
}
.BgClassName
{
background-color: #268A93;
}
</style>
border-color css
<style>
span { border-color: #268A93; }
span { border-color: rgb(38,138,147); }
td.TdClassName
{
border-color: #268A93;
}
.TagClassName
{
border-color: #268A93;
}
</style>