Shades of Astronaut Blue #1F445F
Tints of Astronaut Blue #1F445F
RGB
CMYK
RGB Variations
Color information
#1F445F (or 0x1F445F) is known color: Astronaut Blue. HEX triplet: 1F, 44 and 5F. RGB value is (31,68,95). Sum of RGB (Red+Green+Blue) = 31+68+95=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F445F is #E0BBA0. Grayscale: #3B3B3B. Windows color (decimal): -14728097 or 6243359. OLE color: 6243359.
HSL color Cylindrical-coordinate representation of color #1F445F: hue angle of 205.31º 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 #1F445F is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 68 | 95 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.63 |
| HSL | 205.31º | 0.51% | 0.25% | - |
| HSV(B) | 205.31º | 0.67% | 0.37% | - |
| XYZ | 4.7 | 5.25 | 11.59 | - |
| YUV | 60.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 95 | 0.67 | 0.28 | 0 | 0.63 | 205.31 | 0.51 | 0.25 |
| Hex | 1F | 44 | 5F | 43 | 1C | 0 | 3F | CD | 33 | 19 |
| Octal | 37 | 104 | 137 | 103 | 34 | 0 | 77 | 315 | 63 | 31 |
| Binary | 11111 | 1000100 | 1011111 | 1000011 | 11100 | 0 | 111111 | 11001101 | 110011 | 11001 |
Color Harmonies of #1F445F
Complementary color
Monochromatic Colors of #1F445F
Black with #1F445F
Text Example
Text Example
White with #1F445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F445F; }
p { color: rgb(31,68,95); }
H1.HeaderClassName
{
color: #1F445F;
}
.AnyTagClassName
{
color: #1F445F;
}
</style>
background-color css
<style>
a { background-color: #1F445F; }
a { background-color: rgb(31,68,95); }
div.DivClassName
{
background-color: #1F445F;
}
.BgClassName
{
background-color: #1F445F;
}
</style>
border-color css
<style>
span { border-color: #1F445F; }
span { border-color: rgb(31,68,95); }
td.TdClassName
{
border-color: #1F445F;
}
.TagClassName
{
border-color: #1F445F;
}
</style>