Shades of Astronaut Blue #1F4B5C
Tints of Astronaut Blue #1F4B5C
RGB
CMYK
RGB Variations
Color information
#1F4B5C (or 0x1F4B5C) is known color: Astronaut Blue. HEX triplet: 1F, 4B and 5C. RGB value is (31,75,92). Sum of RGB (Red+Green+Blue) = 31+75+92=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F4B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4B5C is #E0B4A3. Grayscale: #3F3F3F. Windows color (decimal): -14726308 or 6048543. OLE color: 6048543.
HSL color Cylindrical-coordinate representation of color #1F4B5C: hue angle of 196.72º degrees, saturation: 0.5, 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 #1F4B5C is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 75 | 92 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.64 |
| HSL | 196.72º | 0.5% | 0.24% | - |
| HSV(B) | 196.72º | 0.66% | 0.36% | - |
| XYZ | 5.01 | 6.1 | 11.04 | - |
| YUV | 63.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 92 | 0.66 | 0.18 | 0 | 0.64 | 196.72 | 0.5 | 0.24 |
| Hex | 1F | 4B | 5C | 42 | 12 | 0 | 40 | C5 | 32 | 18 |
| Octal | 37 | 113 | 134 | 102 | 22 | 0 | 100 | 305 | 62 | 30 |
| Binary | 11111 | 1001011 | 1011100 | 1000010 | 10010 | 0 | 1000000 | 11000101 | 110010 | 11000 |
Color Harmonies of #1F4B5C
Complementary color
Monochromatic Colors of #1F4B5C
Black with #1F4B5C
Text Example
Text Example
White with #1F4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B5C; }
p { color: rgb(31,75,92); }
H1.HeaderClassName
{
color: #1F4B5C;
}
.AnyTagClassName
{
color: #1F4B5C;
}
</style>
background-color css
<style>
a { background-color: #1F4B5C; }
a { background-color: rgb(31,75,92); }
div.DivClassName
{
background-color: #1F4B5C;
}
.BgClassName
{
background-color: #1F4B5C;
}
</style>
border-color css
<style>
span { border-color: #1F4B5C; }
span { border-color: rgb(31,75,92); }
td.TdClassName
{
border-color: #1F4B5C;
}
.TagClassName
{
border-color: #1F4B5C;
}
</style>