Shades of Astronaut Blue #1F4761
Tints of Astronaut Blue #1F4761
RGB
CMYK
RGB Variations
Color information
#1F4761 (or 0x1F4761) is known color: Astronaut Blue. HEX triplet: 1F, 47 and 61. RGB value is (31,71,97). Sum of RGB (Red+Green+Blue) = 31+71+97=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F4761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4761 is #E0B89E. Grayscale: #3D3D3D. Windows color (decimal): -14727327 or 6375199. OLE color: 6375199.
HSL color Cylindrical-coordinate representation of color #1F4761: hue angle of 203.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F4761 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 71 | 97 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.62 |
| HSL | 203.64º | 0.52% | 0.25% | - |
| HSV(B) | 203.64º | 0.68% | 0.38% | - |
| XYZ | 4.98 | 5.66 | 12.14 | - |
| YUV | 62 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 97 | 0.68 | 0.27 | 0 | 0.62 | 203.64 | 0.52 | 0.25 |
| Hex | 1F | 47 | 61 | 44 | 1B | 0 | 3E | CC | 34 | 19 |
| Octal | 37 | 107 | 141 | 104 | 33 | 0 | 76 | 314 | 64 | 31 |
| Binary | 11111 | 1000111 | 1100001 | 1000100 | 11011 | 0 | 111110 | 11001100 | 110100 | 11001 |
Color Harmonies of #1F4761
Complementary color
Monochromatic Colors of #1F4761
Black with #1F4761
Text Example
Text Example
White with #1F4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4761; }
p { color: rgb(31,71,97); }
H1.HeaderClassName
{
color: #1F4761;
}
.AnyTagClassName
{
color: #1F4761;
}
</style>
background-color css
<style>
a { background-color: #1F4761; }
a { background-color: rgb(31,71,97); }
div.DivClassName
{
background-color: #1F4761;
}
.BgClassName
{
background-color: #1F4761;
}
</style>
border-color css
<style>
span { border-color: #1F4761; }
span { border-color: rgb(31,71,97); }
td.TdClassName
{
border-color: #1F4761;
}
.TagClassName
{
border-color: #1F4761;
}
</style>