Shades of Astronaut Blue #1A4259
Tints of Astronaut Blue #1A4259
RGB
CMYK
RGB Variations
Color information
#1A4259 (or 0x1A4259) is known color: Astronaut Blue. HEX triplet: 1A, 42 and 59. RGB value is (26,66,89). Sum of RGB (Red+Green+Blue) = 26+66+89=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4259 is #E5BDA6. Grayscale: #383838. Windows color (decimal): -15056295 or 5849626. OLE color: 5849626.
HSL color Cylindrical-coordinate representation of color #1A4259: hue angle of 201.9º 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 #1A4259 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 66 | 89 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.65 |
| HSL | 201.9º | 0.55% | 0.23% | - |
| HSV(B) | 201.9º | 0.71% | 0.35% | - |
| XYZ | 4.18 | 4.84 | 10.16 | - |
| YUV | 56.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 89 | 0.71 | 0.26 | 0 | 0.65 | 201.9 | 0.55 | 0.23 |
| Hex | 1A | 42 | 59 | 47 | 1A | 0 | 41 | CA | 37 | 17 |
| Octal | 32 | 102 | 131 | 107 | 32 | 0 | 101 | 312 | 67 | 27 |
| Binary | 11010 | 1000010 | 1011001 | 1000111 | 11010 | 0 | 1000001 | 11001010 | 110111 | 10111 |
Color Harmonies of #1A4259
Complementary color
Monochromatic Colors of #1A4259
Black with #1A4259
Text Example
Text Example
White with #1A4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4259; }
p { color: rgb(26,66,89); }
H1.HeaderClassName
{
color: #1A4259;
}
.AnyTagClassName
{
color: #1A4259;
}
</style>
background-color css
<style>
a { background-color: #1A4259; }
a { background-color: rgb(26,66,89); }
div.DivClassName
{
background-color: #1A4259;
}
.BgClassName
{
background-color: #1A4259;
}
</style>
border-color css
<style>
span { border-color: #1A4259; }
span { border-color: rgb(26,66,89); }
td.TdClassName
{
border-color: #1A4259;
}
.TagClassName
{
border-color: #1A4259;
}
</style>