Shades of Java #21858B
Tints of Java #21858B
RGB
CMYK
RGB Variations
Color information
#21858B (or 0x21858B) is known color: Java. HEX triplet: 21, 85 and 8B. RGB value is (33,133,139). Sum of RGB (Red+Green+Blue) = 33+133+139=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #21858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21858B is #DE7A74. Grayscale: #676767. Windows color (decimal): -14580341 or 9143585. OLE color: 9143585.
HSL color Cylindrical-coordinate representation of color #21858B: hue angle of 183.4º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21858B is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 133 | 139 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.45 |
| HSL | 183.4º | 0.62% | 0.34% | - |
| HSV(B) | 183.4º | 0.76% | 0.55% | - |
| XYZ | 13.67 | 18.96 | 27.37 | - |
| YUV | 103.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 139 | 0.76 | 0.04 | 0 | 0.45 | 183.4 | 0.62 | 0.34 |
| Hex | 21 | 85 | 8B | 4C | 4 | 0 | 2D | B7 | 3E | 22 |
| Octal | 41 | 205 | 213 | 114 | 4 | 0 | 55 | 267 | 76 | 42 |
| Binary | 100001 | 10000101 | 10001011 | 1001100 | 100 | 0 | 101101 | 10110111 | 111110 | 100010 |
Color Harmonies of #21858B
Complementary color
Monochromatic Colors of #21858B
Black with #21858B
Text Example
Text Example
White with #21858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21858B; }
p { color: rgb(33,133,139); }
H1.HeaderClassName
{
color: #21858B;
}
.AnyTagClassName
{
color: #21858B;
}
</style>
background-color css
<style>
a { background-color: #21858B; }
a { background-color: rgb(33,133,139); }
div.DivClassName
{
background-color: #21858B;
}
.BgClassName
{
background-color: #21858B;
}
</style>
border-color css
<style>
span { border-color: #21858B; }
span { border-color: rgb(33,133,139); }
td.TdClassName
{
border-color: #21858B;
}
.TagClassName
{
border-color: #21858B;
}
</style>