Shades of Java #218F9B
Tints of Java #218F9B
RGB
CMYK
RGB Variations
Color information
#218F9B (or 0x218F9B) is known color: Java. HEX triplet: 21, 8F and 9B. RGB value is (33,143,155). Sum of RGB (Red+Green+Blue) = 33+143+155=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #218F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218F9B is #DE7064. Grayscale: #6F6F6F. Windows color (decimal): -14577765 or 10194721. OLE color: 10194721.
HSL color Cylindrical-coordinate representation of color #218F9B: hue angle of 185.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #218F9B is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 143 | 155 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.39 |
| HSL | 185.9º | 0.65% | 0.37% | - |
| HSV(B) | 185.9º | 0.79% | 0.61% | - |
| XYZ | 16.37 | 22.33 | 34.46 | - |
| YUV | 111.48 | 152.56 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 155 | 0.79 | 0.08 | 0 | 0.39 | 185.9 | 0.65 | 0.37 |
| Hex | 21 | 8F | 9B | 4F | 8 | 0 | 27 | BA | 41 | 25 |
| Octal | 41 | 217 | 233 | 117 | 10 | 0 | 47 | 272 | 101 | 45 |
| Binary | 100001 | 10001111 | 10011011 | 1001111 | 1000 | 0 | 100111 | 10111010 | 1000001 | 100101 |
Color Harmonies of #218F9B
Complementary color
Monochromatic Colors of #218F9B
Black with #218F9B
Text Example
Text Example
White with #218F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F9B; }
p { color: rgb(33,143,155); }
H1.HeaderClassName
{
color: #218F9B;
}
.AnyTagClassName
{
color: #218F9B;
}
</style>
background-color css
<style>
a { background-color: #218F9B; }
a { background-color: rgb(33,143,155); }
div.DivClassName
{
background-color: #218F9B;
}
.BgClassName
{
background-color: #218F9B;
}
</style>
border-color css
<style>
span { border-color: #218F9B; }
span { border-color: rgb(33,143,155); }
td.TdClassName
{
border-color: #218F9B;
}
.TagClassName
{
border-color: #218F9B;
}
</style>