Shades of Astronaut Blue #1A4667
Tints of Astronaut Blue #1A4667
RGB
CMYK
RGB Variations
Color information
#1A4667 (or 0x1A4667) is known color: Astronaut Blue. HEX triplet: 1A, 46 and 67. RGB value is (26,70,103). Sum of RGB (Red+Green+Blue) = 26+70+103=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A4667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4667 is #E5B998. Grayscale: #3C3C3C. Windows color (decimal): -15055257 or 6768154. OLE color: 6768154.
HSL color Cylindrical-coordinate representation of color #1A4667: hue angle of 205.71º 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 #1A4667 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 70 | 103 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.60 |
| HSL | 205.71º | 0.6% | 0.25% | - |
| HSV(B) | 205.71º | 0.75% | 0.4% | - |
| XYZ | 5.06 | 5.58 | 13.64 | - |
| YUV | 60.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 103 | 0.75 | 0.32 | 0 | 0.60 | 205.71 | 0.6 | 0.25 |
| Hex | 1A | 46 | 67 | 4B | 20 | 0 | 3C | CE | 3C | 19 |
| Octal | 32 | 106 | 147 | 113 | 40 | 0 | 74 | 316 | 74 | 31 |
| Binary | 11010 | 1000110 | 1100111 | 1001011 | 100000 | 0 | 111100 | 11001110 | 111100 | 11001 |
Color Harmonies of #1A4667
Complementary color
Monochromatic Colors of #1A4667
Black with #1A4667
Text Example
Text Example
White with #1A4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4667; }
p { color: rgb(26,70,103); }
H1.HeaderClassName
{
color: #1A4667;
}
.AnyTagClassName
{
color: #1A4667;
}
</style>
background-color css
<style>
a { background-color: #1A4667; }
a { background-color: rgb(26,70,103); }
div.DivClassName
{
background-color: #1A4667;
}
.BgClassName
{
background-color: #1A4667;
}
</style>
border-color css
<style>
span { border-color: #1A4667; }
span { border-color: rgb(26,70,103); }
td.TdClassName
{
border-color: #1A4667;
}
.TagClassName
{
border-color: #1A4667;
}
</style>