Shades of Astronaut Blue #20495D
Tints of Astronaut Blue #20495D
RGB
CMYK
RGB Variations
Color information
#20495D (or 0x20495D) is known color: Astronaut Blue. HEX triplet: 20, 49 and 5D. RGB value is (32,73,93). Sum of RGB (Red+Green+Blue) = 32+73+93=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #20495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20495D is #DFB6A2. Grayscale: #3E3E3E. Windows color (decimal): -14661283 or 6113568. OLE color: 6113568.
HSL color Cylindrical-coordinate representation of color #20495D: hue angle of 199.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20495D is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 73 | 93 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.64 |
| HSL | 199.67º | 0.49% | 0.25% | - |
| HSV(B) | 199.67º | 0.66% | 0.36% | - |
| XYZ | 4.95 | 5.86 | 11.23 | - |
| YUV | 63.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 93 | 0.66 | 0.22 | 0 | 0.64 | 199.67 | 0.49 | 0.25 |
| Hex | 20 | 49 | 5D | 42 | 16 | 0 | 40 | C8 | 31 | 19 |
| Octal | 40 | 111 | 135 | 102 | 26 | 0 | 100 | 310 | 61 | 31 |
| Binary | 100000 | 1001001 | 1011101 | 1000010 | 10110 | 0 | 1000000 | 11001000 | 110001 | 11001 |
Color Harmonies of #20495D
Complementary color
Monochromatic Colors of #20495D
Black with #20495D
Text Example
Text Example
White with #20495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20495D; }
p { color: rgb(32,73,93); }
H1.HeaderClassName
{
color: #20495D;
}
.AnyTagClassName
{
color: #20495D;
}
</style>
background-color css
<style>
a { background-color: #20495D; }
a { background-color: rgb(32,73,93); }
div.DivClassName
{
background-color: #20495D;
}
.BgClassName
{
background-color: #20495D;
}
</style>
border-color css
<style>
span { border-color: #20495D; }
span { border-color: rgb(32,73,93); }
td.TdClassName
{
border-color: #20495D;
}
.TagClassName
{
border-color: #20495D;
}
</style>