Shades of Java #218F99
Tints of Java #218F99
RGB
CMYK
RGB Variations
Color information
#218F99 (or 0x218F99) is known color: Java. HEX triplet: 21, 8F and 99. RGB value is (33,143,153). Sum of RGB (Red+Green+Blue) = 33+143+153=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #218F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218F99 is #DE7066. Grayscale: #6F6F6F. Windows color (decimal): -14577767 or 10063649. OLE color: 10063649.
HSL color Cylindrical-coordinate representation of color #218F99: hue angle of 185º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218F99 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 143 | 153 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.4 |
| HSL | 185º | 0.65% | 0.36% | - |
| HSV(B) | 185º | 0.78% | 0.6% | - |
| XYZ | 16.2 | 22.27 | 33.58 | - |
| YUV | 111.25 | 151.56 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 153 | 0.78 | 0.07 | 0 | 0.4 | 185 | 0.65 | 0.36 |
| Hex | 21 | 8F | 99 | 4E | 7 | 0 | 28 | B9 | 41 | 24 |
| Octal | 41 | 217 | 231 | 116 | 7 | 0 | 50 | 271 | 101 | 44 |
| Binary | 100001 | 10001111 | 10011001 | 1001110 | 111 | 0 | 101000 | 10111001 | 1000001 | 100100 |
Color Harmonies of #218F99
Complementary color
Monochromatic Colors of #218F99
Black with #218F99
Text Example
Text Example
White with #218F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F99; }
p { color: rgb(33,143,153); }
H1.HeaderClassName
{
color: #218F99;
}
.AnyTagClassName
{
color: #218F99;
}
</style>
background-color css
<style>
a { background-color: #218F99; }
a { background-color: rgb(33,143,153); }
div.DivClassName
{
background-color: #218F99;
}
.BgClassName
{
background-color: #218F99;
}
</style>
border-color css
<style>
span { border-color: #218F99; }
span { border-color: rgb(33,143,153); }
td.TdClassName
{
border-color: #218F99;
}
.TagClassName
{
border-color: #218F99;
}
</style>