Shades of Astronaut Blue #1A466B
Tints of Astronaut Blue #1A466B
RGB
CMYK
RGB Variations
Color information
#1A466B (or 0x1A466B) is known color: Astronaut Blue. HEX triplet: 1A, 46 and 6B. RGB value is (26,70,107). Sum of RGB (Red+Green+Blue) = 26+70+107=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A466B is #E5B994. Grayscale: #3C3C3C. Windows color (decimal): -15055253 or 7030298. OLE color: 7030298.
HSL color Cylindrical-coordinate representation of color #1A466B: hue angle of 207.41º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A466B is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 70 | 107 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.58 |
| HSL | 207.41º | 0.61% | 0.26% | - |
| HSV(B) | 207.41º | 0.76% | 0.42% | - |
| XYZ | 5.27 | 5.66 | 14.72 | - |
| YUV | 61.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 107 | 0.76 | 0.35 | 0 | 0.58 | 207.41 | 0.61 | 0.26 |
| Hex | 1A | 46 | 6B | 4C | 23 | 0 | 3A | CF | 3D | 1A |
| Octal | 32 | 106 | 153 | 114 | 43 | 0 | 72 | 317 | 75 | 32 |
| Binary | 11010 | 1000110 | 1101011 | 1001100 | 100011 | 0 | 111010 | 11001111 | 111101 | 11010 |
Color Harmonies of #1A466B
Complementary color
Monochromatic Colors of #1A466B
Black with #1A466B
Text Example
Text Example
White with #1A466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A466B; }
p { color: rgb(26,70,107); }
H1.HeaderClassName
{
color: #1A466B;
}
.AnyTagClassName
{
color: #1A466B;
}
</style>
background-color css
<style>
a { background-color: #1A466B; }
a { background-color: rgb(26,70,107); }
div.DivClassName
{
background-color: #1A466B;
}
.BgClassName
{
background-color: #1A466B;
}
</style>
border-color css
<style>
span { border-color: #1A466B; }
span { border-color: rgb(26,70,107); }
td.TdClassName
{
border-color: #1A466B;
}
.TagClassName
{
border-color: #1A466B;
}
</style>