Shades of Java #21999B
Tints of Java #21999B
RGB
CMYK
RGB Variations
Color information
#21999B (or 0x21999B) is known color: Java. HEX triplet: 21, 99 and 9B. RGB value is (33,153,155). Sum of RGB (Red+Green+Blue) = 33+153+155=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #21999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21999B is #DE6664. Grayscale: #757575. Windows color (decimal): -14575205 or 10197281. OLE color: 10197281.
HSL color Cylindrical-coordinate representation of color #21999B: hue angle of 180.98º 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 #21999B is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 153 | 155 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.39 |
| HSL | 180.98º | 0.65% | 0.37% | - |
| HSV(B) | 180.98º | 0.79% | 0.61% | - |
| XYZ | 17.93 | 25.47 | 34.98 | - |
| YUV | 117.35 | 149.24 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 155 | 0.79 | 0.01 | 0 | 0.39 | 180.98 | 0.65 | 0.37 |
| Hex | 21 | 99 | 9B | 4F | 1 | 0 | 27 | B5 | 41 | 25 |
| Octal | 41 | 231 | 233 | 117 | 1 | 0 | 47 | 265 | 101 | 45 |
| Binary | 100001 | 10011001 | 10011011 | 1001111 | 1 | 0 | 100111 | 10110101 | 1000001 | 100101 |
Color Harmonies of #21999B
Complementary color
Monochromatic Colors of #21999B
Black with #21999B
Text Example
Text Example
White with #21999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21999B; }
p { color: rgb(33,153,155); }
H1.HeaderClassName
{
color: #21999B;
}
.AnyTagClassName
{
color: #21999B;
}
</style>
background-color css
<style>
a { background-color: #21999B; }
a { background-color: rgb(33,153,155); }
div.DivClassName
{
background-color: #21999B;
}
.BgClassName
{
background-color: #21999B;
}
</style>
border-color css
<style>
span { border-color: #21999B; }
span { border-color: rgb(33,153,155); }
td.TdClassName
{
border-color: #21999B;
}
.TagClassName
{
border-color: #21999B;
}
</style>