Shades of Astronaut Blue #1F445D
Tints of Astronaut Blue #1F445D
RGB
CMYK
RGB Variations
Color information
#1F445D (or 0x1F445D) is known color: Astronaut Blue. HEX triplet: 1F, 44 and 5D. RGB value is (31,68,93). Sum of RGB (Red+Green+Blue) = 31+68+93=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F445D is #E0BBA2. Grayscale: #3B3B3B. Windows color (decimal): -14728099 or 6112287. OLE color: 6112287.
HSL color Cylindrical-coordinate representation of color #1F445D: hue angle of 204.19º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F445D is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 68 | 93 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.64 |
| HSL | 204.19º | 0.5% | 0.24% | - |
| HSV(B) | 204.19º | 0.67% | 0.36% | - |
| XYZ | 4.61 | 5.22 | 11.12 | - |
| YUV | 59.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 93 | 0.67 | 0.27 | 0 | 0.64 | 204.19 | 0.5 | 0.24 |
| Hex | 1F | 44 | 5D | 43 | 1B | 0 | 40 | CC | 32 | 18 |
| Octal | 37 | 104 | 135 | 103 | 33 | 0 | 100 | 314 | 62 | 30 |
| Binary | 11111 | 1000100 | 1011101 | 1000011 | 11011 | 0 | 1000000 | 11001100 | 110010 | 11000 |
Color Harmonies of #1F445D
Complementary color
Monochromatic Colors of #1F445D
Black with #1F445D
Text Example
Text Example
White with #1F445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F445D; }
p { color: rgb(31,68,93); }
H1.HeaderClassName
{
color: #1F445D;
}
.AnyTagClassName
{
color: #1F445D;
}
</style>
background-color css
<style>
a { background-color: #1F445D; }
a { background-color: rgb(31,68,93); }
div.DivClassName
{
background-color: #1F445D;
}
.BgClassName
{
background-color: #1F445D;
}
</style>
border-color css
<style>
span { border-color: #1F445D; }
span { border-color: rgb(31,68,93); }
td.TdClassName
{
border-color: #1F445D;
}
.TagClassName
{
border-color: #1F445D;
}
</style>