Shades of Java #218C92
Tints of Java #218C92
RGB
CMYK
RGB Variations
Color information
#218C92 (or 0x218C92) is known color: Java. HEX triplet: 21, 8C and 92. RGB value is (33,140,146). Sum of RGB (Red+Green+Blue) = 33+140+146=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #218C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C92 is #DE736D. Grayscale: #6C6C6C. Windows color (decimal): -14578542 or 9604129. OLE color: 9604129.
HSL color Cylindrical-coordinate representation of color #218C92: hue angle of 183.19º 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 #218C92 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 140 | 146 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.43 |
| HSL | 183.19º | 0.63% | 0.35% | - |
| HSV(B) | 183.19º | 0.77% | 0.57% | - |
| XYZ | 15.19 | 21.15 | 30.48 | - |
| YUV | 108.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 146 | 0.77 | 0.04 | 0 | 0.43 | 183.19 | 0.63 | 0.35 |
| Hex | 21 | 8C | 92 | 4D | 4 | 0 | 2B | B7 | 3F | 23 |
| Octal | 41 | 214 | 222 | 115 | 4 | 0 | 53 | 267 | 77 | 43 |
| Binary | 100001 | 10001100 | 10010010 | 1001101 | 100 | 0 | 101011 | 10110111 | 111111 | 100011 |
Color Harmonies of #218C92
Complementary color
Monochromatic Colors of #218C92
Black with #218C92
Text Example
Text Example
White with #218C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C92; }
p { color: rgb(33,140,146); }
H1.HeaderClassName
{
color: #218C92;
}
.AnyTagClassName
{
color: #218C92;
}
</style>
background-color css
<style>
a { background-color: #218C92; }
a { background-color: rgb(33,140,146); }
div.DivClassName
{
background-color: #218C92;
}
.BgClassName
{
background-color: #218C92;
}
</style>
border-color css
<style>
span { border-color: #218C92; }
span { border-color: rgb(33,140,146); }
td.TdClassName
{
border-color: #218C92;
}
.TagClassName
{
border-color: #218C92;
}
</style>