Shades of Astronaut Blue #1A4A67
Tints of Astronaut Blue #1A4A67
RGB
CMYK
RGB Variations
Color information
#1A4A67 (or 0x1A4A67) is known color: Astronaut Blue. HEX triplet: 1A, 4A and 67. RGB value is (26,74,103). Sum of RGB (Red+Green+Blue) = 26+74+103=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A4A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A67 is #E5B598. Grayscale: #3E3E3E. Windows color (decimal): -15054233 or 6769178. OLE color: 6769178.
HSL color Cylindrical-coordinate representation of color #1A4A67: hue angle of 202.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4A67 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 74 | 103 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.60 |
| HSL | 202.6º | 0.6% | 0.25% | - |
| HSV(B) | 202.6º | 0.75% | 0.4% | - |
| XYZ | 5.32 | 6.1 | 13.73 | - |
| YUV | 62.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 74 | 103 | 0.75 | 0.28 | 0 | 0.60 | 202.6 | 0.6 | 0.25 |
| Hex | 1A | 4A | 67 | 4B | 1C | 0 | 3C | CB | 3C | 19 |
| Octal | 32 | 112 | 147 | 113 | 34 | 0 | 74 | 313 | 74 | 31 |
| Binary | 11010 | 1001010 | 1100111 | 1001011 | 11100 | 0 | 111100 | 11001011 | 111100 | 11001 |
Color Harmonies of #1A4A67
Complementary color
Monochromatic Colors of #1A4A67
Black with #1A4A67
Text Example
Text Example
White with #1A4A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4A67; }
p { color: rgb(26,74,103); }
H1.HeaderClassName
{
color: #1A4A67;
}
.AnyTagClassName
{
color: #1A4A67;
}
</style>
background-color css
<style>
a { background-color: #1A4A67; }
a { background-color: rgb(26,74,103); }
div.DivClassName
{
background-color: #1A4A67;
}
.BgClassName
{
background-color: #1A4A67;
}
</style>
border-color css
<style>
span { border-color: #1A4A67; }
span { border-color: rgb(26,74,103); }
td.TdClassName
{
border-color: #1A4A67;
}
.TagClassName
{
border-color: #1A4A67;
}
</style>