Shades of Astronaut Blue #1F4458
Tints of Astronaut Blue #1F4458
RGB
CMYK
RGB Variations
Color information
#1F4458 (or 0x1F4458) is known color: Astronaut Blue. HEX triplet: 1F, 44 and 58. RGB value is (31,68,88). Sum of RGB (Red+Green+Blue) = 31+68+88=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F4458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4458 is #E0BBA7. Grayscale: #3B3B3B. Windows color (decimal): -14728104 or 5784607. OLE color: 5784607.
HSL color Cylindrical-coordinate representation of color #1F4458: hue angle of 201.05º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F4458 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 68 | 88 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.65 |
| HSL | 201.05º | 0.48% | 0.23% | - |
| HSV(B) | 201.05º | 0.65% | 0.35% | - |
| XYZ | 4.39 | 5.13 | 9.99 | - |
| YUV | 59.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 88 | 0.65 | 0.23 | 0 | 0.65 | 201.05 | 0.48 | 0.23 |
| Hex | 1F | 44 | 58 | 41 | 17 | 0 | 41 | C9 | 30 | 17 |
| Octal | 37 | 104 | 130 | 101 | 27 | 0 | 101 | 311 | 60 | 27 |
| Binary | 11111 | 1000100 | 1011000 | 1000001 | 10111 | 0 | 1000001 | 11001001 | 110000 | 10111 |
Color Harmonies of #1F4458
Complementary color
Monochromatic Colors of #1F4458
Black with #1F4458
Text Example
Text Example
White with #1F4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4458; }
p { color: rgb(31,68,88); }
H1.HeaderClassName
{
color: #1F4458;
}
.AnyTagClassName
{
color: #1F4458;
}
</style>
background-color css
<style>
a { background-color: #1F4458; }
a { background-color: rgb(31,68,88); }
div.DivClassName
{
background-color: #1F4458;
}
.BgClassName
{
background-color: #1F4458;
}
</style>
border-color css
<style>
span { border-color: #1F4458; }
span { border-color: rgb(31,68,88); }
td.TdClassName
{
border-color: #1F4458;
}
.TagClassName
{
border-color: #1F4458;
}
</style>