Shades of Java #218693
Tints of Java #218693
RGB
CMYK
RGB Variations
Color information
#218693 (or 0x218693) is known color: Java. HEX triplet: 21, 86 and 93. RGB value is (33,134,147). Sum of RGB (Red+Green+Blue) = 33+134+147=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 134 (52.73% from 255 or 42.68% 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 #218693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218693 is #DE796C. Grayscale: #696969. Windows color (decimal): -14580077 or 9668129. OLE color: 9668129.
HSL color Cylindrical-coordinate representation of color #218693: hue angle of 186.84º degrees, saturation: 0.63, 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 #218693 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 134 | 147 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.42 |
| HSL | 186.84º | 0.63% | 0.35% | - |
| HSV(B) | 186.84º | 0.78% | 0.58% | - |
| XYZ | 14.42 | 19.48 | 30.6 | - |
| YUV | 105.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 147 | 0.78 | 0.09 | 0 | 0.42 | 186.84 | 0.63 | 0.35 |
| Hex | 21 | 86 | 93 | 4E | 9 | 0 | 2A | BB | 3F | 23 |
| Octal | 41 | 206 | 223 | 116 | 11 | 0 | 52 | 273 | 77 | 43 |
| Binary | 100001 | 10000110 | 10010011 | 1001110 | 1001 | 0 | 101010 | 10111011 | 111111 | 100011 |
Color Harmonies of #218693
Complementary color
Monochromatic Colors of #218693
Black with #218693
Text Example
Text Example
White with #218693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218693; }
p { color: rgb(33,134,147); }
H1.HeaderClassName
{
color: #218693;
}
.AnyTagClassName
{
color: #218693;
}
</style>
background-color css
<style>
a { background-color: #218693; }
a { background-color: rgb(33,134,147); }
div.DivClassName
{
background-color: #218693;
}
.BgClassName
{
background-color: #218693;
}
</style>
border-color css
<style>
span { border-color: #218693; }
span { border-color: rgb(33,134,147); }
td.TdClassName
{
border-color: #218693;
}
.TagClassName
{
border-color: #218693;
}
</style>