Shades of Astronaut Blue #1A4666
Tints of Astronaut Blue #1A4666
RGB
CMYK
RGB Variations
Color information
#1A4666 (or 0x1A4666) is known color: Astronaut Blue. HEX triplet: 1A, 46 and 66. RGB value is (26,70,102). Sum of RGB (Red+Green+Blue) = 26+70+102=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A4666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4666 is #E5B999. Grayscale: #3C3C3C. Windows color (decimal): -15055258 or 6702618. OLE color: 6702618.
HSL color Cylindrical-coordinate representation of color #1A4666: hue angle of 205.26º 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 #1A4666 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 70 | 102 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.6 |
| HSL | 205.26º | 0.59% | 0.25% | - |
| HSV(B) | 205.26º | 0.75% | 0.4% | - |
| XYZ | 5.01 | 5.56 | 13.38 | - |
| YUV | 60.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 102 | 0.75 | 0.31 | 0 | 0.6 | 205.26 | 0.59 | 0.25 |
| Hex | 1A | 46 | 66 | 4B | 1F | 0 | 3C | CD | 3B | 19 |
| Octal | 32 | 106 | 146 | 113 | 37 | 0 | 74 | 315 | 73 | 31 |
| Binary | 11010 | 1000110 | 1100110 | 1001011 | 11111 | 0 | 111100 | 11001101 | 111011 | 11001 |
Color Harmonies of #1A4666
Complementary color
Monochromatic Colors of #1A4666
Black with #1A4666
Text Example
Text Example
White with #1A4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4666; }
p { color: rgb(26,70,102); }
H1.HeaderClassName
{
color: #1A4666;
}
.AnyTagClassName
{
color: #1A4666;
}
</style>
background-color css
<style>
a { background-color: #1A4666; }
a { background-color: rgb(26,70,102); }
div.DivClassName
{
background-color: #1A4666;
}
.BgClassName
{
background-color: #1A4666;
}
</style>
border-color css
<style>
span { border-color: #1A4666; }
span { border-color: rgb(26,70,102); }
td.TdClassName
{
border-color: #1A4666;
}
.TagClassName
{
border-color: #1A4666;
}
</style>