Shades of Astronaut Blue #20495B
Tints of Astronaut Blue #20495B
RGB
CMYK
RGB Variations
Color information
#20495B (or 0x20495B) is known color: Astronaut Blue. HEX triplet: 20, 49 and 5B. RGB value is (32,73,91). Sum of RGB (Red+Green+Blue) = 32+73+91=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #20495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20495B is #DFB6A4. Grayscale: #3E3E3E. Windows color (decimal): -14661285 or 5982496. OLE color: 5982496.
HSL color Cylindrical-coordinate representation of color #20495B: hue angle of 198.31º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20495B is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 73 | 91 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.64 |
| HSL | 198.31º | 0.48% | 0.24% | - |
| HSV(B) | 198.31º | 0.65% | 0.36% | - |
| XYZ | 4.87 | 5.83 | 10.77 | - |
| YUV | 62.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 91 | 0.65 | 0.20 | 0 | 0.64 | 198.31 | 0.48 | 0.24 |
| Hex | 20 | 49 | 5B | 41 | 14 | 0 | 40 | C6 | 30 | 18 |
| Octal | 40 | 111 | 133 | 101 | 24 | 0 | 100 | 306 | 60 | 30 |
| Binary | 100000 | 1001001 | 1011011 | 1000001 | 10100 | 0 | 1000000 | 11000110 | 110000 | 11000 |
Color Harmonies of #20495B
Complementary color
Monochromatic Colors of #20495B
Black with #20495B
Text Example
Text Example
White with #20495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20495B; }
p { color: rgb(32,73,91); }
H1.HeaderClassName
{
color: #20495B;
}
.AnyTagClassName
{
color: #20495B;
}
</style>
background-color css
<style>
a { background-color: #20495B; }
a { background-color: rgb(32,73,91); }
div.DivClassName
{
background-color: #20495B;
}
.BgClassName
{
background-color: #20495B;
}
</style>
border-color css
<style>
span { border-color: #20495B; }
span { border-color: rgb(32,73,91); }
td.TdClassName
{
border-color: #20495B;
}
.TagClassName
{
border-color: #20495B;
}
</style>