Shades of Astronaut Blue #1F4661
Tints of Astronaut Blue #1F4661
RGB
CMYK
RGB Variations
Color information
#1F4661 (or 0x1F4661) is known color: Astronaut Blue. HEX triplet: 1F, 46 and 61. RGB value is (31,70,97). Sum of RGB (Red+Green+Blue) = 31+70+97=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F4661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4661 is #E0B99E. Grayscale: #3D3D3D. Windows color (decimal): -14727583 or 6374943. OLE color: 6374943.
HSL color Cylindrical-coordinate representation of color #1F4661: hue angle of 204.55º 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 #1F4661 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 70 | 97 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.62 |
| HSL | 204.55º | 0.52% | 0.25% | - |
| HSV(B) | 204.55º | 0.68% | 0.38% | - |
| XYZ | 4.91 | 5.53 | 12.12 | - |
| YUV | 61.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 97 | 0.68 | 0.28 | 0 | 0.62 | 204.55 | 0.52 | 0.25 |
| Hex | 1F | 46 | 61 | 44 | 1C | 0 | 3E | CD | 34 | 19 |
| Octal | 37 | 106 | 141 | 104 | 34 | 0 | 76 | 315 | 64 | 31 |
| Binary | 11111 | 1000110 | 1100001 | 1000100 | 11100 | 0 | 111110 | 11001101 | 110100 | 11001 |
Color Harmonies of #1F4661
Complementary color
Monochromatic Colors of #1F4661
Black with #1F4661
Text Example
Text Example
White with #1F4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4661; }
p { color: rgb(31,70,97); }
H1.HeaderClassName
{
color: #1F4661;
}
.AnyTagClassName
{
color: #1F4661;
}
</style>
background-color css
<style>
a { background-color: #1F4661; }
a { background-color: rgb(31,70,97); }
div.DivClassName
{
background-color: #1F4661;
}
.BgClassName
{
background-color: #1F4661;
}
</style>
border-color css
<style>
span { border-color: #1F4661; }
span { border-color: rgb(31,70,97); }
td.TdClassName
{
border-color: #1F4661;
}
.TagClassName
{
border-color: #1F4661;
}
</style>