Shades of Astronaut Blue #1A4669
Tints of Astronaut Blue #1A4669
RGB
CMYK
RGB Variations
Color information
#1A4669 (or 0x1A4669) is known color: Astronaut Blue. HEX triplet: 1A, 46 and 69. RGB value is (26,70,105). Sum of RGB (Red+Green+Blue) = 26+70+105=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A4669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4669 is #E5B996. Grayscale: #3C3C3C. Windows color (decimal): -15055255 or 6899226. OLE color: 6899226.
HSL color Cylindrical-coordinate representation of color #1A4669: hue angle of 206.58º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4669 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 70 | 105 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.59 |
| HSL | 206.58º | 0.6% | 0.26% | - |
| HSV(B) | 206.58º | 0.75% | 0.41% | - |
| XYZ | 5.17 | 5.62 | 14.18 | - |
| YUV | 60.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 105 | 0.75 | 0.33 | 0 | 0.59 | 206.58 | 0.6 | 0.26 |
| Hex | 1A | 46 | 69 | 4B | 21 | 0 | 3B | CF | 3C | 1A |
| Octal | 32 | 106 | 151 | 113 | 41 | 0 | 73 | 317 | 74 | 32 |
| Binary | 11010 | 1000110 | 1101001 | 1001011 | 100001 | 0 | 111011 | 11001111 | 111100 | 11010 |
Color Harmonies of #1A4669
Complementary color
Monochromatic Colors of #1A4669
Black with #1A4669
Text Example
Text Example
White with #1A4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4669; }
p { color: rgb(26,70,105); }
H1.HeaderClassName
{
color: #1A4669;
}
.AnyTagClassName
{
color: #1A4669;
}
</style>
background-color css
<style>
a { background-color: #1A4669; }
a { background-color: rgb(26,70,105); }
div.DivClassName
{
background-color: #1A4669;
}
.BgClassName
{
background-color: #1A4669;
}
</style>
border-color css
<style>
span { border-color: #1A4669; }
span { border-color: rgb(26,70,105); }
td.TdClassName
{
border-color: #1A4669;
}
.TagClassName
{
border-color: #1A4669;
}
</style>