Shades of Java #20949B
Tints of Java #20949B
RGB
CMYK
RGB Variations
Color information
#20949B (or 0x20949B) is known color: Java. HEX triplet: 20, 94 and 9B. RGB value is (32,148,155). Sum of RGB (Red+Green+Blue) = 32+148+155=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #20949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20949B is #DF6B64. Grayscale: #717171. Windows color (decimal): -14642021 or 10196000. OLE color: 10196000.
HSL color Cylindrical-coordinate representation of color #20949B: hue angle of 183.41º degrees, saturation: 0.66, 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 #20949B is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 148 | 155 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.39 |
| HSL | 183.41º | 0.66% | 0.37% | - |
| HSV(B) | 183.41º | 0.79% | 0.61% | - |
| XYZ | 17.1 | 23.85 | 34.71 | - |
| YUV | 114.11 | 151.07 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 155 | 0.79 | 0.05 | 0 | 0.39 | 183.41 | 0.66 | 0.37 |
| Hex | 20 | 94 | 9B | 4F | 5 | 0 | 27 | B7 | 42 | 25 |
| Octal | 40 | 224 | 233 | 117 | 5 | 0 | 47 | 267 | 102 | 45 |
| Binary | 100000 | 10010100 | 10011011 | 1001111 | 101 | 0 | 100111 | 10110111 | 1000010 | 100101 |
Color Harmonies of #20949B
Complementary color
Monochromatic Colors of #20949B
Black with #20949B
Text Example
Text Example
White with #20949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20949B; }
p { color: rgb(32,148,155); }
H1.HeaderClassName
{
color: #20949B;
}
.AnyTagClassName
{
color: #20949B;
}
</style>
background-color css
<style>
a { background-color: #20949B; }
a { background-color: rgb(32,148,155); }
div.DivClassName
{
background-color: #20949B;
}
.BgClassName
{
background-color: #20949B;
}
</style>
border-color css
<style>
span { border-color: #20949B; }
span { border-color: rgb(32,148,155); }
td.TdClassName
{
border-color: #20949B;
}
.TagClassName
{
border-color: #20949B;
}
</style>