Shades of Astronaut Blue #1F4561
Tints of Astronaut Blue #1F4561
RGB
CMYK
RGB Variations
Color information
#1F4561 (or 0x1F4561) is known color: Astronaut Blue. HEX triplet: 1F, 45 and 61. RGB value is (31,69,97). Sum of RGB (Red+Green+Blue) = 31+69+97=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F4561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4561 is #E0BA9E. Grayscale: #3C3C3C. Windows color (decimal): -14727839 or 6374687. OLE color: 6374687.
HSL color Cylindrical-coordinate representation of color #1F4561: hue angle of 205.45º 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 #1F4561 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 69 | 97 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.62 |
| HSL | 205.45º | 0.52% | 0.25% | - |
| HSV(B) | 205.45º | 0.68% | 0.38% | - |
| XYZ | 4.85 | 5.41 | 12.1 | - |
| YUV | 60.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 97 | 0.68 | 0.29 | 0 | 0.62 | 205.45 | 0.52 | 0.25 |
| Hex | 1F | 45 | 61 | 44 | 1D | 0 | 3E | CD | 34 | 19 |
| Octal | 37 | 105 | 141 | 104 | 35 | 0 | 76 | 315 | 64 | 31 |
| Binary | 11111 | 1000101 | 1100001 | 1000100 | 11101 | 0 | 111110 | 11001101 | 110100 | 11001 |
Color Harmonies of #1F4561
Complementary color
Monochromatic Colors of #1F4561
Black with #1F4561
Text Example
Text Example
White with #1F4561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4561; }
p { color: rgb(31,69,97); }
H1.HeaderClassName
{
color: #1F4561;
}
.AnyTagClassName
{
color: #1F4561;
}
</style>
background-color css
<style>
a { background-color: #1F4561; }
a { background-color: rgb(31,69,97); }
div.DivClassName
{
background-color: #1F4561;
}
.BgClassName
{
background-color: #1F4561;
}
</style>
border-color css
<style>
span { border-color: #1F4561; }
span { border-color: rgb(31,69,97); }
td.TdClassName
{
border-color: #1F4561;
}
.TagClassName
{
border-color: #1F4561;
}
</style>