Shades of Java #208793
Tints of Java #208793
RGB
CMYK
RGB Variations
Color information
#208793 (or 0x208793) is known color: Java. HEX triplet: 20, 87 and 93. RGB value is (32,135,147). Sum of RGB (Red+Green+Blue) = 32+135+147=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #208793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208793 is #DF786C. Grayscale: #696969. Windows color (decimal): -14645357 or 9668384. OLE color: 9668384.
HSL color Cylindrical-coordinate representation of color #208793: hue angle of 186.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208793 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 135 | 147 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.42 |
| HSL | 186.26º | 0.64% | 0.35% | - |
| HSV(B) | 186.26º | 0.78% | 0.58% | - |
| XYZ | 14.53 | 19.74 | 30.65 | - |
| YUV | 105.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 147 | 0.78 | 0.08 | 0 | 0.42 | 186.26 | 0.64 | 0.35 |
| Hex | 20 | 87 | 93 | 4E | 8 | 0 | 2A | BA | 40 | 23 |
| Octal | 40 | 207 | 223 | 116 | 10 | 0 | 52 | 272 | 100 | 43 |
| Binary | 100000 | 10000111 | 10010011 | 1001110 | 1000 | 0 | 101010 | 10111010 | 1000000 | 100011 |
Color Harmonies of #208793
Complementary color
Monochromatic Colors of #208793
Black with #208793
Text Example
Text Example
White with #208793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208793; }
p { color: rgb(32,135,147); }
H1.HeaderClassName
{
color: #208793;
}
.AnyTagClassName
{
color: #208793;
}
</style>
background-color css
<style>
a { background-color: #208793; }
a { background-color: rgb(32,135,147); }
div.DivClassName
{
background-color: #208793;
}
.BgClassName
{
background-color: #208793;
}
</style>
border-color css
<style>
span { border-color: #208793; }
span { border-color: rgb(32,135,147); }
td.TdClassName
{
border-color: #208793;
}
.TagClassName
{
border-color: #208793;
}
</style>