Shades of Astronaut Blue #1A485C
Tints of Astronaut Blue #1A485C
RGB
CMYK
RGB Variations
Color information
#1A485C (or 0x1A485C) is known color: Astronaut Blue. HEX triplet: 1A, 48 and 5C. RGB value is (26,72,92). Sum of RGB (Red+Green+Blue) = 26+72+92=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A485C is #E5B7A3. Grayscale: #3C3C3C. Windows color (decimal): -15054756 or 6047770. OLE color: 6047770.
HSL color Cylindrical-coordinate representation of color #1A485C: hue angle of 198.18º 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 #1A485C is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 72 | 92 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.64 |
| HSL | 198.18º | 0.56% | 0.23% | - |
| HSV(B) | 198.18º | 0.72% | 0.36% | - |
| XYZ | 4.68 | 5.63 | 10.96 | - |
| YUV | 60.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 92 | 0.72 | 0.22 | 0 | 0.64 | 198.18 | 0.56 | 0.23 |
| Hex | 1A | 48 | 5C | 48 | 16 | 0 | 40 | C6 | 38 | 17 |
| Octal | 32 | 110 | 134 | 110 | 26 | 0 | 100 | 306 | 70 | 27 |
| Binary | 11010 | 1001000 | 1011100 | 1001000 | 10110 | 0 | 1000000 | 11000110 | 111000 | 10111 |
Color Harmonies of #1A485C
Complementary color
Monochromatic Colors of #1A485C
Black with #1A485C
Text Example
Text Example
White with #1A485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A485C; }
p { color: rgb(26,72,92); }
H1.HeaderClassName
{
color: #1A485C;
}
.AnyTagClassName
{
color: #1A485C;
}
</style>
background-color css
<style>
a { background-color: #1A485C; }
a { background-color: rgb(26,72,92); }
div.DivClassName
{
background-color: #1A485C;
}
.BgClassName
{
background-color: #1A485C;
}
</style>
border-color css
<style>
span { border-color: #1A485C; }
span { border-color: rgb(26,72,92); }
td.TdClassName
{
border-color: #1A485C;
}
.TagClassName
{
border-color: #1A485C;
}
</style>