Shades of Astronaut Blue #1F495C
Tints of Astronaut Blue #1F495C
RGB
CMYK
RGB Variations
Color information
#1F495C (or 0x1F495C) is known color: Astronaut Blue. HEX triplet: 1F, 49 and 5C. RGB value is (31,73,92). Sum of RGB (Red+Green+Blue) = 31+73+92=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F495C is #E0B6A3. Grayscale: #3E3E3E. Windows color (decimal): -14726820 or 6048031. OLE color: 6048031.
HSL color Cylindrical-coordinate representation of color #1F495C: hue angle of 198.69º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F495C is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 73 | 92 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.64 |
| HSL | 198.69º | 0.5% | 0.24% | - |
| HSV(B) | 198.69º | 0.66% | 0.36% | - |
| XYZ | 4.88 | 5.83 | 10.99 | - |
| YUV | 62.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 92 | 0.66 | 0.21 | 0 | 0.64 | 198.69 | 0.5 | 0.24 |
| Hex | 1F | 49 | 5C | 42 | 15 | 0 | 40 | C7 | 32 | 18 |
| Octal | 37 | 111 | 134 | 102 | 25 | 0 | 100 | 307 | 62 | 30 |
| Binary | 11111 | 1001001 | 1011100 | 1000010 | 10101 | 0 | 1000000 | 11000111 | 110010 | 11000 |
Color Harmonies of #1F495C
Complementary color
Monochromatic Colors of #1F495C
Black with #1F495C
Text Example
Text Example
White with #1F495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F495C; }
p { color: rgb(31,73,92); }
H1.HeaderClassName
{
color: #1F495C;
}
.AnyTagClassName
{
color: #1F495C;
}
</style>
background-color css
<style>
a { background-color: #1F495C; }
a { background-color: rgb(31,73,92); }
div.DivClassName
{
background-color: #1F495C;
}
.BgClassName
{
background-color: #1F495C;
}
</style>
border-color css
<style>
span { border-color: #1F495C; }
span { border-color: rgb(31,73,92); }
td.TdClassName
{
border-color: #1F495C;
}
.TagClassName
{
border-color: #1F495C;
}
</style>