Shades of Astronaut Blue #1F435B
Tints of Astronaut Blue #1F435B
RGB
CMYK
RGB Variations
Color information
#1F435B (or 0x1F435B) is known color: Astronaut Blue. HEX triplet: 1F, 43 and 5B. RGB value is (31,67,91). Sum of RGB (Red+Green+Blue) = 31+67+91=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F435B is #E0BCA4. Grayscale: #3A3A3A. Windows color (decimal): -14728357 or 5980959. OLE color: 5980959.
HSL color Cylindrical-coordinate representation of color #1F435B: hue angle of 204º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F435B is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 67 | 91 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.64 |
| HSL | 204º | 0.49% | 0.24% | - |
| HSV(B) | 204º | 0.66% | 0.36% | - |
| XYZ | 4.46 | 5.06 | 10.64 | - |
| YUV | 58.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 91 | 0.66 | 0.26 | 0 | 0.64 | 204 | 0.49 | 0.24 |
| Hex | 1F | 43 | 5B | 42 | 1A | 0 | 40 | CC | 31 | 18 |
| Octal | 37 | 103 | 133 | 102 | 32 | 0 | 100 | 314 | 61 | 30 |
| Binary | 11111 | 1000011 | 1011011 | 1000010 | 11010 | 0 | 1000000 | 11001100 | 110001 | 11000 |
Color Harmonies of #1F435B
Complementary color
Monochromatic Colors of #1F435B
Black with #1F435B
Text Example
Text Example
White with #1F435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F435B; }
p { color: rgb(31,67,91); }
H1.HeaderClassName
{
color: #1F435B;
}
.AnyTagClassName
{
color: #1F435B;
}
</style>
background-color css
<style>
a { background-color: #1F435B; }
a { background-color: rgb(31,67,91); }
div.DivClassName
{
background-color: #1F435B;
}
.BgClassName
{
background-color: #1F435B;
}
</style>
border-color css
<style>
span { border-color: #1F435B; }
span { border-color: rgb(31,67,91); }
td.TdClassName
{
border-color: #1F435B;
}
.TagClassName
{
border-color: #1F435B;
}
</style>