Shades of Astronaut Blue #1A4861
Tints of Astronaut Blue #1A4861
RGB
CMYK
RGB Variations
Color information
#1A4861 (or 0x1A4861) is known color: Astronaut Blue. HEX triplet: 1A, 48 and 61. RGB value is (26,72,97). Sum of RGB (Red+Green+Blue) = 26+72+97=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A4861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4861 is #E5B79E. Grayscale: #3C3C3C. Windows color (decimal): -15054751 or 6375450. OLE color: 6375450.
HSL color Cylindrical-coordinate representation of color #1A4861: hue angle of 201.13º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4861 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 72 | 97 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.62 |
| HSL | 201.13º | 0.58% | 0.24% | - |
| HSV(B) | 201.13º | 0.73% | 0.38% | - |
| XYZ | 4.9 | 5.72 | 12.15 | - |
| YUV | 61.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 97 | 0.73 | 0.26 | 0 | 0.62 | 201.13 | 0.58 | 0.24 |
| Hex | 1A | 48 | 61 | 49 | 1A | 0 | 3E | C9 | 3A | 18 |
| Octal | 32 | 110 | 141 | 111 | 32 | 0 | 76 | 311 | 72 | 30 |
| Binary | 11010 | 1001000 | 1100001 | 1001001 | 11010 | 0 | 111110 | 11001001 | 111010 | 11000 |
Color Harmonies of #1A4861
Complementary color
Monochromatic Colors of #1A4861
Black with #1A4861
Text Example
Text Example
White with #1A4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4861; }
p { color: rgb(26,72,97); }
H1.HeaderClassName
{
color: #1A4861;
}
.AnyTagClassName
{
color: #1A4861;
}
</style>
background-color css
<style>
a { background-color: #1A4861; }
a { background-color: rgb(26,72,97); }
div.DivClassName
{
background-color: #1A4861;
}
.BgClassName
{
background-color: #1A4861;
}
</style>
border-color css
<style>
span { border-color: #1A4861; }
span { border-color: rgb(26,72,97); }
td.TdClassName
{
border-color: #1A4861;
}
.TagClassName
{
border-color: #1A4861;
}
</style>