Shades of Astronaut Blue #1F485C
Tints of Astronaut Blue #1F485C
RGB
CMYK
RGB Variations
Color information
#1F485C (or 0x1F485C) is known color: Astronaut Blue. HEX triplet: 1F, 48 and 5C. RGB value is (31,72,92). Sum of RGB (Red+Green+Blue) = 31+72+92=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F485C is #E0B7A3. Grayscale: #3D3D3D. Windows color (decimal): -14727076 or 6047775. OLE color: 6047775.
HSL color Cylindrical-coordinate representation of color #1F485C: hue angle of 199.67º 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 #1F485C is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 72 | 92 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.64 |
| HSL | 199.67º | 0.5% | 0.24% | - |
| HSV(B) | 199.67º | 0.66% | 0.36% | - |
| XYZ | 4.81 | 5.7 | 10.97 | - |
| YUV | 62.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 92 | 0.66 | 0.22 | 0 | 0.64 | 199.67 | 0.5 | 0.24 |
| Hex | 1F | 48 | 5C | 42 | 16 | 0 | 40 | C8 | 32 | 18 |
| Octal | 37 | 110 | 134 | 102 | 26 | 0 | 100 | 310 | 62 | 30 |
| Binary | 11111 | 1001000 | 1011100 | 1000010 | 10110 | 0 | 1000000 | 11001000 | 110010 | 11000 |
Color Harmonies of #1F485C
Complementary color
Monochromatic Colors of #1F485C
Black with #1F485C
Text Example
Text Example
White with #1F485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F485C; }
p { color: rgb(31,72,92); }
H1.HeaderClassName
{
color: #1F485C;
}
.AnyTagClassName
{
color: #1F485C;
}
</style>
background-color css
<style>
a { background-color: #1F485C; }
a { background-color: rgb(31,72,92); }
div.DivClassName
{
background-color: #1F485C;
}
.BgClassName
{
background-color: #1F485C;
}
</style>
border-color css
<style>
span { border-color: #1F485C; }
span { border-color: rgb(31,72,92); }
td.TdClassName
{
border-color: #1F485C;
}
.TagClassName
{
border-color: #1F485C;
}
</style>