Shades of Astronaut Blue #1A4A66
Tints of Astronaut Blue #1A4A66
RGB
CMYK
RGB Variations
Color information
#1A4A66 (or 0x1A4A66) is known color: Astronaut Blue. HEX triplet: 1A, 4A and 66. RGB value is (26,74,102). Sum of RGB (Red+Green+Blue) = 26+74+102=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A4A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A66 is #E5B599. Grayscale: #3E3E3E. Windows color (decimal): -15054234 or 6703642. OLE color: 6703642.
HSL color Cylindrical-coordinate representation of color #1A4A66: hue angle of 202.11º 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 #1A4A66 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 74 | 102 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.6 |
| HSL | 202.11º | 0.59% | 0.25% | - |
| HSV(B) | 202.11º | 0.75% | 0.4% | - |
| XYZ | 5.27 | 6.08 | 13.47 | - |
| YUV | 62.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 74 | 102 | 0.75 | 0.27 | 0 | 0.6 | 202.11 | 0.59 | 0.25 |
| Hex | 1A | 4A | 66 | 4B | 1B | 0 | 3C | CA | 3B | 19 |
| Octal | 32 | 112 | 146 | 113 | 33 | 0 | 74 | 312 | 73 | 31 |
| Binary | 11010 | 1001010 | 1100110 | 1001011 | 11011 | 0 | 111100 | 11001010 | 111011 | 11001 |
Color Harmonies of #1A4A66
Complementary color
Monochromatic Colors of #1A4A66
Black with #1A4A66
Text Example
Text Example
White with #1A4A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4A66; }
p { color: rgb(26,74,102); }
H1.HeaderClassName
{
color: #1A4A66;
}
.AnyTagClassName
{
color: #1A4A66;
}
</style>
background-color css
<style>
a { background-color: #1A4A66; }
a { background-color: rgb(26,74,102); }
div.DivClassName
{
background-color: #1A4A66;
}
.BgClassName
{
background-color: #1A4A66;
}
</style>
border-color css
<style>
span { border-color: #1A4A66; }
span { border-color: rgb(26,74,102); }
td.TdClassName
{
border-color: #1A4A66;
}
.TagClassName
{
border-color: #1A4A66;
}
</style>