Shades of Java #218E91
Tints of Java #218E91
RGB
CMYK
RGB Variations
Color information
#218E91 (or 0x218E91) is known color: Java. HEX triplet: 21, 8E and 91. RGB value is (33,142,145). Sum of RGB (Red+Green+Blue) = 33+142+145=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #218E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E91 is #DE716E. Grayscale: #6D6D6D. Windows color (decimal): -14578031 or 9539105. OLE color: 9539105.
HSL color Cylindrical-coordinate representation of color #218E91: hue angle of 181.61º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E91 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 142 | 145 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.43 |
| HSL | 181.61º | 0.63% | 0.35% | - |
| HSV(B) | 181.61º | 0.77% | 0.57% | - |
| XYZ | 15.41 | 21.71 | 30.17 | - |
| YUV | 109.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 145 | 0.77 | 0.02 | 0 | 0.43 | 181.61 | 0.63 | 0.35 |
| Hex | 21 | 8E | 91 | 4D | 2 | 0 | 2B | B6 | 3F | 23 |
| Octal | 41 | 216 | 221 | 115 | 2 | 0 | 53 | 266 | 77 | 43 |
| Binary | 100001 | 10001110 | 10010001 | 1001101 | 10 | 0 | 101011 | 10110110 | 111111 | 100011 |
Color Harmonies of #218E91
Complementary color
Monochromatic Colors of #218E91
Black with #218E91
Text Example
Text Example
White with #218E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E91; }
p { color: rgb(33,142,145); }
H1.HeaderClassName
{
color: #218E91;
}
.AnyTagClassName
{
color: #218E91;
}
</style>
background-color css
<style>
a { background-color: #218E91; }
a { background-color: rgb(33,142,145); }
div.DivClassName
{
background-color: #218E91;
}
.BgClassName
{
background-color: #218E91;
}
</style>
border-color css
<style>
span { border-color: #218E91; }
span { border-color: rgb(33,142,145); }
td.TdClassName
{
border-color: #218E91;
}
.TagClassName
{
border-color: #218E91;
}
</style>