Shades of Java #218793
Tints of Java #218793
RGB
CMYK
RGB Variations
Color information
#218793 (or 0x218793) is known color: Java. HEX triplet: 21, 87 and 93. RGB value is (33,135,147). Sum of RGB (Red+Green+Blue) = 33+135+147=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #218793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218793 is #DE786C. Grayscale: #696969. Windows color (decimal): -14579821 or 9668385. OLE color: 9668385.
HSL color Cylindrical-coordinate representation of color #218793: hue angle of 186.32º 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 #218793 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 135 | 147 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.42 |
| HSL | 186.32º | 0.63% | 0.35% | - |
| HSV(B) | 186.32º | 0.78% | 0.58% | - |
| XYZ | 14.56 | 19.76 | 30.65 | - |
| YUV | 105.87 | 151.21 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 147 | 0.78 | 0.08 | 0 | 0.42 | 186.32 | 0.63 | 0.35 |
| Hex | 21 | 87 | 93 | 4E | 8 | 0 | 2A | BA | 3F | 23 |
| Octal | 41 | 207 | 223 | 116 | 10 | 0 | 52 | 272 | 77 | 43 |
| Binary | 100001 | 10000111 | 10010011 | 1001110 | 1000 | 0 | 101010 | 10111010 | 111111 | 100011 |
Color Harmonies of #218793
Complementary color
Monochromatic Colors of #218793
Black with #218793
Text Example
Text Example
White with #218793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218793; }
p { color: rgb(33,135,147); }
H1.HeaderClassName
{
color: #218793;
}
.AnyTagClassName
{
color: #218793;
}
</style>
background-color css
<style>
a { background-color: #218793; }
a { background-color: rgb(33,135,147); }
div.DivClassName
{
background-color: #218793;
}
.BgClassName
{
background-color: #218793;
}
</style>
border-color css
<style>
span { border-color: #218793; }
span { border-color: rgb(33,135,147); }
td.TdClassName
{
border-color: #218793;
}
.TagClassName
{
border-color: #218793;
}
</style>