Shades of Astronaut Blue #1F4359
Tints of Astronaut Blue #1F4359
RGB
CMYK
RGB Variations
Color information
#1F4359 (or 0x1F4359) is known color: Astronaut Blue. HEX triplet: 1F, 43 and 59. RGB value is (31,67,89). Sum of RGB (Red+Green+Blue) = 31+67+89=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4359 is #E0BCA6. Grayscale: #3A3A3A. Windows color (decimal): -14728359 or 5849887. OLE color: 5849887.
HSL color Cylindrical-coordinate representation of color #1F4359: hue angle of 202.76º 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 #1F4359 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 67 | 89 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.65 |
| HSL | 202.76º | 0.48% | 0.24% | - |
| HSV(B) | 202.76º | 0.65% | 0.35% | - |
| XYZ | 4.38 | 5.03 | 10.19 | - |
| YUV | 58.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 89 | 0.65 | 0.25 | 0 | 0.65 | 202.76 | 0.48 | 0.24 |
| Hex | 1F | 43 | 59 | 41 | 19 | 0 | 41 | CB | 30 | 18 |
| Octal | 37 | 103 | 131 | 101 | 31 | 0 | 101 | 313 | 60 | 30 |
| Binary | 11111 | 1000011 | 1011001 | 1000001 | 11001 | 0 | 1000001 | 11001011 | 110000 | 11000 |
Color Harmonies of #1F4359
Complementary color
Monochromatic Colors of #1F4359
Black with #1F4359
Text Example
Text Example
White with #1F4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4359; }
p { color: rgb(31,67,89); }
H1.HeaderClassName
{
color: #1F4359;
}
.AnyTagClassName
{
color: #1F4359;
}
</style>
background-color css
<style>
a { background-color: #1F4359; }
a { background-color: rgb(31,67,89); }
div.DivClassName
{
background-color: #1F4359;
}
.BgClassName
{
background-color: #1F4359;
}
</style>
border-color css
<style>
span { border-color: #1F4359; }
span { border-color: rgb(31,67,89); }
td.TdClassName
{
border-color: #1F4359;
}
.TagClassName
{
border-color: #1F4359;
}
</style>