Shades of Astronaut Blue #1A4766
Tints of Astronaut Blue #1A4766
RGB
CMYK
RGB Variations
Color information
#1A4766 (or 0x1A4766) is known color: Astronaut Blue. HEX triplet: 1A, 47 and 66. RGB value is (26,71,102). Sum of RGB (Red+Green+Blue) = 26+71+102=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A4766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4766 is #E5B899. Grayscale: #3C3C3C. Windows color (decimal): -15055002 or 6702874. OLE color: 6702874.
HSL color Cylindrical-coordinate representation of color #1A4766: hue angle of 204.47º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4766 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 71 | 102 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.6 |
| HSL | 204.47º | 0.59% | 0.25% | - |
| HSV(B) | 204.47º | 0.75% | 0.4% | - |
| XYZ | 5.08 | 5.69 | 13.4 | - |
| YUV | 61.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 102 | 0.75 | 0.30 | 0 | 0.6 | 204.47 | 0.59 | 0.25 |
| Hex | 1A | 47 | 66 | 4B | 1E | 0 | 3C | CC | 3B | 19 |
| Octal | 32 | 107 | 146 | 113 | 36 | 0 | 74 | 314 | 73 | 31 |
| Binary | 11010 | 1000111 | 1100110 | 1001011 | 11110 | 0 | 111100 | 11001100 | 111011 | 11001 |
Color Harmonies of #1A4766
Complementary color
Monochromatic Colors of #1A4766
Black with #1A4766
Text Example
Text Example
White with #1A4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4766; }
p { color: rgb(26,71,102); }
H1.HeaderClassName
{
color: #1A4766;
}
.AnyTagClassName
{
color: #1A4766;
}
</style>
background-color css
<style>
a { background-color: #1A4766; }
a { background-color: rgb(26,71,102); }
div.DivClassName
{
background-color: #1A4766;
}
.BgClassName
{
background-color: #1A4766;
}
</style>
border-color css
<style>
span { border-color: #1A4766; }
span { border-color: rgb(26,71,102); }
td.TdClassName
{
border-color: #1A4766;
}
.TagClassName
{
border-color: #1A4766;
}
</style>