Shades of Java #218993
Tints of Java #218993
RGB
CMYK
RGB Variations
Color information
#218993 (or 0x218993) is known color: Java. HEX triplet: 21, 89 and 93. RGB value is (33,137,147). Sum of RGB (Red+Green+Blue) = 33+137+147=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #218993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218993 is #DE766C. Grayscale: #6A6A6A. Windows color (decimal): -14579309 or 9668897. OLE color: 9668897.
HSL color Cylindrical-coordinate representation of color #218993: hue angle of 185.26º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218993 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 137 | 147 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.42 |
| HSL | 185.26º | 0.63% | 0.35% | - |
| HSV(B) | 185.26º | 0.78% | 0.58% | - |
| XYZ | 14.84 | 20.32 | 30.74 | - |
| YUV | 107.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 147 | 0.78 | 0.07 | 0 | 0.42 | 185.26 | 0.63 | 0.35 |
| Hex | 21 | 89 | 93 | 4E | 7 | 0 | 2A | B9 | 3F | 23 |
| Octal | 41 | 211 | 223 | 116 | 7 | 0 | 52 | 271 | 77 | 43 |
| Binary | 100001 | 10001001 | 10010011 | 1001110 | 111 | 0 | 101010 | 10111001 | 111111 | 100011 |
Color Harmonies of #218993
Complementary color
Monochromatic Colors of #218993
Black with #218993
Text Example
Text Example
White with #218993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218993; }
p { color: rgb(33,137,147); }
H1.HeaderClassName
{
color: #218993;
}
.AnyTagClassName
{
color: #218993;
}
</style>
background-color css
<style>
a { background-color: #218993; }
a { background-color: rgb(33,137,147); }
div.DivClassName
{
background-color: #218993;
}
.BgClassName
{
background-color: #218993;
}
</style>
border-color css
<style>
span { border-color: #218993; }
span { border-color: rgb(33,137,147); }
td.TdClassName
{
border-color: #218993;
}
.TagClassName
{
border-color: #218993;
}
</style>