Shades of Astronaut Blue #1A4156
Tints of Astronaut Blue #1A4156
RGB
CMYK
RGB Variations
Color information
#1A4156 (or 0x1A4156) is known color: Astronaut Blue. HEX triplet: 1A, 41 and 56. RGB value is (26,65,86). Sum of RGB (Red+Green+Blue) = 26+65+86=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A4156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4156 is #E5BEA9. Grayscale: #373737. Windows color (decimal): -15056554 or 5652762. OLE color: 5652762.
HSL color Cylindrical-coordinate representation of color #1A4156: hue angle of 201º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4156 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 65 | 86 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.66 |
| HSL | 201º | 0.54% | 0.22% | - |
| HSV(B) | 201º | 0.7% | 0.34% | - |
| XYZ | 4 | 4.67 | 9.5 | - |
| YUV | 55.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 86 | 0.70 | 0.24 | 0 | 0.66 | 201 | 0.54 | 0.22 |
| Hex | 1A | 41 | 56 | 46 | 18 | 0 | 42 | C9 | 36 | 16 |
| Octal | 32 | 101 | 126 | 106 | 30 | 0 | 102 | 311 | 66 | 26 |
| Binary | 11010 | 1000001 | 1010110 | 1000110 | 11000 | 0 | 1000010 | 11001001 | 110110 | 10110 |
Color Harmonies of #1A4156
Complementary color
Monochromatic Colors of #1A4156
Black with #1A4156
Text Example
Text Example
White with #1A4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4156; }
p { color: rgb(26,65,86); }
H1.HeaderClassName
{
color: #1A4156;
}
.AnyTagClassName
{
color: #1A4156;
}
</style>
background-color css
<style>
a { background-color: #1A4156; }
a { background-color: rgb(26,65,86); }
div.DivClassName
{
background-color: #1A4156;
}
.BgClassName
{
background-color: #1A4156;
}
</style>
border-color css
<style>
span { border-color: #1A4156; }
span { border-color: rgb(26,65,86); }
td.TdClassName
{
border-color: #1A4156;
}
.TagClassName
{
border-color: #1A4156;
}
</style>