Shades of Astronaut Blue #1A4659
Tints of Astronaut Blue #1A4659
RGB
CMYK
RGB Variations
Color information
#1A4659 (or 0x1A4659) is known color: Astronaut Blue. HEX triplet: 1A, 46 and 59. RGB value is (26,70,89). Sum of RGB (Red+Green+Blue) = 26+70+89=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4659 is #E5B9A6. Grayscale: #3A3A3A. Windows color (decimal): -15055271 or 5850650. OLE color: 5850650.
HSL color Cylindrical-coordinate representation of color #1A4659: hue angle of 198.1º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A4659 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 70 | 89 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.65 |
| HSL | 198.1º | 0.55% | 0.23% | - |
| HSV(B) | 198.1º | 0.71% | 0.35% | - |
| XYZ | 4.42 | 5.32 | 10.25 | - |
| YUV | 59.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 89 | 0.71 | 0.21 | 0 | 0.65 | 198.1 | 0.55 | 0.23 |
| Hex | 1A | 46 | 59 | 47 | 15 | 0 | 41 | C6 | 37 | 17 |
| Octal | 32 | 106 | 131 | 107 | 25 | 0 | 101 | 306 | 67 | 27 |
| Binary | 11010 | 1000110 | 1011001 | 1000111 | 10101 | 0 | 1000001 | 11000110 | 110111 | 10111 |
Color Harmonies of #1A4659
Complementary color
Monochromatic Colors of #1A4659
Black with #1A4659
Text Example
Text Example
White with #1A4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4659; }
p { color: rgb(26,70,89); }
H1.HeaderClassName
{
color: #1A4659;
}
.AnyTagClassName
{
color: #1A4659;
}
</style>
background-color css
<style>
a { background-color: #1A4659; }
a { background-color: rgb(26,70,89); }
div.DivClassName
{
background-color: #1A4659;
}
.BgClassName
{
background-color: #1A4659;
}
</style>
border-color css
<style>
span { border-color: #1A4659; }
span { border-color: rgb(26,70,89); }
td.TdClassName
{
border-color: #1A4659;
}
.TagClassName
{
border-color: #1A4659;
}
</style>