Shades of Astronaut Blue #1F495F
Tints of Astronaut Blue #1F495F
RGB
CMYK
RGB Variations
Color information
#1F495F (or 0x1F495F) is known color: Astronaut Blue. HEX triplet: 1F, 49 and 5F. RGB value is (31,73,95). Sum of RGB (Red+Green+Blue) = 31+73+95=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F495F is #E0B6A0. Grayscale: #3E3E3E. Windows color (decimal): -14726817 or 6244639. OLE color: 6244639.
HSL color Cylindrical-coordinate representation of color #1F495F: hue angle of 200.62º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F495F is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 73 | 95 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.63 |
| HSL | 200.63º | 0.51% | 0.25% | - |
| HSV(B) | 200.63º | 0.67% | 0.37% | - |
| XYZ | 5.01 | 5.88 | 11.7 | - |
| YUV | 62.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 95 | 0.67 | 0.23 | 0 | 0.63 | 200.63 | 0.51 | 0.25 |
| Hex | 1F | 49 | 5F | 43 | 17 | 0 | 3F | C9 | 33 | 19 |
| Octal | 37 | 111 | 137 | 103 | 27 | 0 | 77 | 311 | 63 | 31 |
| Binary | 11111 | 1001001 | 1011111 | 1000011 | 10111 | 0 | 111111 | 11001001 | 110011 | 11001 |
Color Harmonies of #1F495F
Complementary color
Monochromatic Colors of #1F495F
Black with #1F495F
Text Example
Text Example
White with #1F495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F495F; }
p { color: rgb(31,73,95); }
H1.HeaderClassName
{
color: #1F495F;
}
.AnyTagClassName
{
color: #1F495F;
}
</style>
background-color css
<style>
a { background-color: #1F495F; }
a { background-color: rgb(31,73,95); }
div.DivClassName
{
background-color: #1F495F;
}
.BgClassName
{
background-color: #1F495F;
}
</style>
border-color css
<style>
span { border-color: #1F495F; }
span { border-color: rgb(31,73,95); }
td.TdClassName
{
border-color: #1F495F;
}
.TagClassName
{
border-color: #1F495F;
}
</style>