Shades of Java #21959E
Tints of Java #21959E
RGB
CMYK
RGB Variations
Color information
#21959E (or 0x21959E) is known color: Java. HEX triplet: 21, 95 and 9E. RGB value is (33,149,158). Sum of RGB (Red+Green+Blue) = 33+149+158=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #21959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21959E is #DE6A61. Grayscale: #737373. Windows color (decimal): -14576226 or 10392865. OLE color: 10392865.
HSL color Cylindrical-coordinate representation of color #21959E: hue angle of 184.32º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21959E is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 149 | 158 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.38 |
| HSL | 184.32º | 0.65% | 0.37% | - |
| HSV(B) | 184.32º | 0.79% | 0.62% | - |
| XYZ | 17.55 | 24.29 | 36.11 | - |
| YUV | 115.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 158 | 0.79 | 0.06 | 0 | 0.38 | 184.32 | 0.65 | 0.37 |
| Hex | 21 | 95 | 9E | 4F | 6 | 0 | 26 | B8 | 41 | 25 |
| Octal | 41 | 225 | 236 | 117 | 6 | 0 | 46 | 270 | 101 | 45 |
| Binary | 100001 | 10010101 | 10011110 | 1001111 | 110 | 0 | 100110 | 10111000 | 1000001 | 100101 |
Color Harmonies of #21959E
Complementary color
Monochromatic Colors of #21959E
Black with #21959E
Text Example
Text Example
White with #21959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21959E; }
p { color: rgb(33,149,158); }
H1.HeaderClassName
{
color: #21959E;
}
.AnyTagClassName
{
color: #21959E;
}
</style>
background-color css
<style>
a { background-color: #21959E; }
a { background-color: rgb(33,149,158); }
div.DivClassName
{
background-color: #21959E;
}
.BgClassName
{
background-color: #21959E;
}
</style>
border-color css
<style>
span { border-color: #21959E; }
span { border-color: rgb(33,149,158); }
td.TdClassName
{
border-color: #21959E;
}
.TagClassName
{
border-color: #21959E;
}
</style>