Shades of Astronaut Blue #1A4559
Tints of Astronaut Blue #1A4559
RGB
CMYK
RGB Variations
Color information
#1A4559 (or 0x1A4559) is known color: Astronaut Blue. HEX triplet: 1A, 45 and 59. RGB value is (26,69,89). Sum of RGB (Red+Green+Blue) = 26+69+89=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4559 is #E5BAA6. Grayscale: #3A3A3A. Windows color (decimal): -15055527 or 5850394. OLE color: 5850394.
HSL color Cylindrical-coordinate representation of color #1A4559: hue angle of 199.05º 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 #1A4559 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 69 | 89 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.65 |
| HSL | 199.05º | 0.55% | 0.23% | - |
| HSV(B) | 199.05º | 0.71% | 0.35% | - |
| XYZ | 4.36 | 5.2 | 10.22 | - |
| YUV | 58.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 89 | 0.71 | 0.22 | 0 | 0.65 | 199.05 | 0.55 | 0.23 |
| Hex | 1A | 45 | 59 | 47 | 16 | 0 | 41 | C7 | 37 | 17 |
| Octal | 32 | 105 | 131 | 107 | 26 | 0 | 101 | 307 | 67 | 27 |
| Binary | 11010 | 1000101 | 1011001 | 1000111 | 10110 | 0 | 1000001 | 11000111 | 110111 | 10111 |
Color Harmonies of #1A4559
Complementary color
Monochromatic Colors of #1A4559
Black with #1A4559
Text Example
Text Example
White with #1A4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4559; }
p { color: rgb(26,69,89); }
H1.HeaderClassName
{
color: #1A4559;
}
.AnyTagClassName
{
color: #1A4559;
}
</style>
background-color css
<style>
a { background-color: #1A4559; }
a { background-color: rgb(26,69,89); }
div.DivClassName
{
background-color: #1A4559;
}
.BgClassName
{
background-color: #1A4559;
}
</style>
border-color css
<style>
span { border-color: #1A4559; }
span { border-color: rgb(26,69,89); }
td.TdClassName
{
border-color: #1A4559;
}
.TagClassName
{
border-color: #1A4559;
}
</style>