Shades of Java #218F87
Tints of Java #218F87
RGB
CMYK
RGB Variations
Color information
#218F87 (or 0x218F87) is known color: Java. HEX triplet: 21, 8F and 87. RGB value is (33,143,135). Sum of RGB (Red+Green+Blue) = 33+143+135=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #218F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218F87 is #DE7078. Grayscale: #6D6D6D. Windows color (decimal): -14577785 or 8884001. OLE color: 8884001.
HSL color Cylindrical-coordinate representation of color #218F87: hue angle of 175.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F87 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 135 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.44 |
| HSL | 175.64º | 0.63% | 0.35% | - |
| HSV(B) | 175.64º | 0.77% | 0.56% | - |
| XYZ | 14.82 | 21.72 | 26.33 | - |
| YUV | 109.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 135 | 0.77 | 0 | 0.06 | 0.44 | 175.64 | 0.63 | 0.35 |
| Hex | 21 | 8F | 87 | 4D | 0 | 6 | 2C | B0 | 3E | 23 |
| Octal | 41 | 217 | 207 | 115 | 0 | 6 | 54 | 260 | 76 | 43 |
| Binary | 100001 | 10001111 | 10000111 | 1001101 | 0 | 110 | 101100 | 10110000 | 111110 | 100011 |
Color Harmonies of #218F87
Complementary color
Monochromatic Colors of #218F87
Black with #218F87
Text Example
Text Example
White with #218F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F87; }
p { color: rgb(33,143,135); }
H1.HeaderClassName
{
color: #218F87;
}
.AnyTagClassName
{
color: #218F87;
}
</style>
background-color css
<style>
a { background-color: #218F87; }
a { background-color: rgb(33,143,135); }
div.DivClassName
{
background-color: #218F87;
}
.BgClassName
{
background-color: #218F87;
}
</style>
border-color css
<style>
span { border-color: #218F87; }
span { border-color: rgb(33,143,135); }
td.TdClassName
{
border-color: #218F87;
}
.TagClassName
{
border-color: #218F87;
}
</style>