Shades of Java #21909F
Tints of Java #21909F
RGB
CMYK
RGB Variations
Color information
#21909F (or 0x21909F) is known color: Java. HEX triplet: 21, 90 and 9F. RGB value is (33,144,159). Sum of RGB (Red+Green+Blue) = 33+144+159=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #21909F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21909F is #DE6F60. Grayscale: #707070. Windows color (decimal): -14577505 or 10457121. OLE color: 10457121.
HSL color Cylindrical-coordinate representation of color #21909F: hue angle of 187.14º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21909F is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 144 | 159 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.38 |
| HSL | 187.14º | 0.66% | 0.38% | - |
| HSV(B) | 187.14º | 0.79% | 0.62% | - |
| XYZ | 16.86 | 22.77 | 36.31 | - |
| YUV | 112.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 159 | 0.79 | 0.09 | 0 | 0.38 | 187.14 | 0.66 | 0.38 |
| Hex | 21 | 90 | 9F | 4F | 9 | 0 | 26 | BB | 42 | 26 |
| Octal | 41 | 220 | 237 | 117 | 11 | 0 | 46 | 273 | 102 | 46 |
| Binary | 100001 | 10010000 | 10011111 | 1001111 | 1001 | 0 | 100110 | 10111011 | 1000010 | 100110 |
Color Harmonies of #21909F
Complementary color
Monochromatic Colors of #21909F
Black with #21909F
Text Example
Text Example
White with #21909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21909F; }
p { color: rgb(33,144,159); }
H1.HeaderClassName
{
color: #21909F;
}
.AnyTagClassName
{
color: #21909F;
}
</style>
background-color css
<style>
a { background-color: #21909F; }
a { background-color: rgb(33,144,159); }
div.DivClassName
{
background-color: #21909F;
}
.BgClassName
{
background-color: #21909F;
}
</style>
border-color css
<style>
span { border-color: #21909F; }
span { border-color: rgb(33,144,159); }
td.TdClassName
{
border-color: #21909F;
}
.TagClassName
{
border-color: #21909F;
}
</style>