Shades of Astronaut Blue #1A495C
Tints of Astronaut Blue #1A495C
RGB
CMYK
RGB Variations
Color information
#1A495C (or 0x1A495C) is known color: Astronaut Blue. HEX triplet: 1A, 49 and 5C. RGB value is (26,73,92). Sum of RGB (Red+Green+Blue) = 26+73+92=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A495C is #E5B6A3. Grayscale: #3C3C3C. Windows color (decimal): -15054500 or 6048026. OLE color: 6048026.
HSL color Cylindrical-coordinate representation of color #1A495C: hue angle of 197.27º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A495C is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 73 | 92 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.64 |
| HSL | 197.27º | 0.56% | 0.23% | - |
| HSV(B) | 197.27º | 0.72% | 0.36% | - |
| XYZ | 4.74 | 5.76 | 10.99 | - |
| YUV | 61.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 92 | 0.72 | 0.21 | 0 | 0.64 | 197.27 | 0.56 | 0.23 |
| Hex | 1A | 49 | 5C | 48 | 15 | 0 | 40 | C5 | 38 | 17 |
| Octal | 32 | 111 | 134 | 110 | 25 | 0 | 100 | 305 | 70 | 27 |
| Binary | 11010 | 1001001 | 1011100 | 1001000 | 10101 | 0 | 1000000 | 11000101 | 111000 | 10111 |
Color Harmonies of #1A495C
Complementary color
Monochromatic Colors of #1A495C
Black with #1A495C
Text Example
Text Example
White with #1A495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A495C; }
p { color: rgb(26,73,92); }
H1.HeaderClassName
{
color: #1A495C;
}
.AnyTagClassName
{
color: #1A495C;
}
</style>
background-color css
<style>
a { background-color: #1A495C; }
a { background-color: rgb(26,73,92); }
div.DivClassName
{
background-color: #1A495C;
}
.BgClassName
{
background-color: #1A495C;
}
</style>
border-color css
<style>
span { border-color: #1A495C; }
span { border-color: rgb(26,73,92); }
td.TdClassName
{
border-color: #1A495C;
}
.TagClassName
{
border-color: #1A495C;
}
</style>