Shades of Astronaut Blue #1A4556
Tints of Astronaut Blue #1A4556
RGB
CMYK
RGB Variations
Color information
#1A4556 (or 0x1A4556) is known color: Astronaut Blue. HEX triplet: 1A, 45 and 56. RGB value is (26,69,86). Sum of RGB (Red+Green+Blue) = 26+69+86=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4556 is #E5BAA9. Grayscale: #393939. Windows color (decimal): -15055530 or 5653786. OLE color: 5653786.
HSL color Cylindrical-coordinate representation of color #1A4556: hue angle of 197º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4556 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 69 | 86 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.66 |
| HSL | 197º | 0.54% | 0.22% | - |
| HSV(B) | 197º | 0.7% | 0.34% | - |
| XYZ | 4.23 | 5.15 | 9.57 | - |
| YUV | 58.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 86 | 0.70 | 0.20 | 0 | 0.66 | 197 | 0.54 | 0.22 |
| Hex | 1A | 45 | 56 | 46 | 14 | 0 | 42 | C5 | 36 | 16 |
| Octal | 32 | 105 | 126 | 106 | 24 | 0 | 102 | 305 | 66 | 26 |
| Binary | 11010 | 1000101 | 1010110 | 1000110 | 10100 | 0 | 1000010 | 11000101 | 110110 | 10110 |
Color Harmonies of #1A4556
Complementary color
Monochromatic Colors of #1A4556
Black with #1A4556
Text Example
Text Example
White with #1A4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4556; }
p { color: rgb(26,69,86); }
H1.HeaderClassName
{
color: #1A4556;
}
.AnyTagClassName
{
color: #1A4556;
}
</style>
background-color css
<style>
a { background-color: #1A4556; }
a { background-color: rgb(26,69,86); }
div.DivClassName
{
background-color: #1A4556;
}
.BgClassName
{
background-color: #1A4556;
}
</style>
border-color css
<style>
span { border-color: #1A4556; }
span { border-color: rgb(26,69,86); }
td.TdClassName
{
border-color: #1A4556;
}
.TagClassName
{
border-color: #1A4556;
}
</style>