Shades of Astronaut Blue #1F4559
Tints of Astronaut Blue #1F4559
RGB
CMYK
RGB Variations
Color information
#1F4559 (or 0x1F4559) is known color: Astronaut Blue. HEX triplet: 1F, 45 and 59. RGB value is (31,69,89). Sum of RGB (Red+Green+Blue) = 31+69+89=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4559 is #E0BAA6. Grayscale: #3B3B3B. Windows color (decimal): -14727847 or 5850399. OLE color: 5850399.
HSL color Cylindrical-coordinate representation of color #1F4559: hue angle of 200.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F4559 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 69 | 89 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.65 |
| HSL | 200.69º | 0.48% | 0.24% | - |
| HSV(B) | 200.69º | 0.65% | 0.35% | - |
| XYZ | 4.5 | 5.27 | 10.23 | - |
| YUV | 59.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 89 | 0.65 | 0.22 | 0 | 0.65 | 200.69 | 0.48 | 0.24 |
| Hex | 1F | 45 | 59 | 41 | 16 | 0 | 41 | C9 | 30 | 18 |
| Octal | 37 | 105 | 131 | 101 | 26 | 0 | 101 | 311 | 60 | 30 |
| Binary | 11111 | 1000101 | 1011001 | 1000001 | 10110 | 0 | 1000001 | 11001001 | 110000 | 11000 |
Color Harmonies of #1F4559
Complementary color
Monochromatic Colors of #1F4559
Black with #1F4559
Text Example
Text Example
White with #1F4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4559; }
p { color: rgb(31,69,89); }
H1.HeaderClassName
{
color: #1F4559;
}
.AnyTagClassName
{
color: #1F4559;
}
</style>
background-color css
<style>
a { background-color: #1F4559; }
a { background-color: rgb(31,69,89); }
div.DivClassName
{
background-color: #1F4559;
}
.BgClassName
{
background-color: #1F4559;
}
</style>
border-color css
<style>
span { border-color: #1F4559; }
span { border-color: rgb(31,69,89); }
td.TdClassName
{
border-color: #1F4559;
}
.TagClassName
{
border-color: #1F4559;
}
</style>