Shades of Java #218789
Tints of Java #218789
RGB
CMYK
RGB Variations
Color information
#218789 (or 0x218789) is known color: Java. HEX triplet: 21, 87 and 89. RGB value is (33,135,137). Sum of RGB (Red+Green+Blue) = 33+135+137=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #218789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218789 is #DE7876. Grayscale: #686868. Windows color (decimal): -14579831 or 9013025. OLE color: 9013025.
HSL color Cylindrical-coordinate representation of color #218789: hue angle of 181.15º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218789 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 135 | 137 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.46 |
| HSL | 181.15º | 0.61% | 0.33% | - |
| HSV(B) | 181.15º | 0.76% | 0.54% | - |
| XYZ | 13.81 | 19.46 | 26.69 | - |
| YUV | 104.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 137 | 0.76 | 0.01 | 0 | 0.46 | 181.15 | 0.61 | 0.33 |
| Hex | 21 | 87 | 89 | 4C | 1 | 0 | 2E | B5 | 3D | 21 |
| Octal | 41 | 207 | 211 | 114 | 1 | 0 | 56 | 265 | 75 | 41 |
| Binary | 100001 | 10000111 | 10001001 | 1001100 | 1 | 0 | 101110 | 10110101 | 111101 | 100001 |
Color Harmonies of #218789
Complementary color
Monochromatic Colors of #218789
Black with #218789
Text Example
Text Example
White with #218789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218789; }
p { color: rgb(33,135,137); }
H1.HeaderClassName
{
color: #218789;
}
.AnyTagClassName
{
color: #218789;
}
</style>
background-color css
<style>
a { background-color: #218789; }
a { background-color: rgb(33,135,137); }
div.DivClassName
{
background-color: #218789;
}
.BgClassName
{
background-color: #218789;
}
</style>
border-color css
<style>
span { border-color: #218789; }
span { border-color: rgb(33,135,137); }
td.TdClassName
{
border-color: #218789;
}
.TagClassName
{
border-color: #218789;
}
</style>