Shades of Astronaut Blue #1A425C
Tints of Astronaut Blue #1A425C
RGB
CMYK
RGB Variations
Color information
#1A425C (or 0x1A425C) is known color: Astronaut Blue. HEX triplet: 1A, 42 and 5C. RGB value is (26,66,92). Sum of RGB (Red+Green+Blue) = 26+66+92=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A425C is #E5BDA3. Grayscale: #383838. Windows color (decimal): -15056292 or 6046234. OLE color: 6046234.
HSL color Cylindrical-coordinate representation of color #1A425C: hue angle of 203.64º 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 #1A425C is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 66 | 92 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.64 |
| HSL | 203.64º | 0.56% | 0.23% | - |
| HSV(B) | 203.64º | 0.72% | 0.36% | - |
| XYZ | 4.31 | 4.89 | 10.84 | - |
| YUV | 57 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 92 | 0.72 | 0.28 | 0 | 0.64 | 203.64 | 0.56 | 0.23 |
| Hex | 1A | 42 | 5C | 48 | 1C | 0 | 40 | CC | 38 | 17 |
| Octal | 32 | 102 | 134 | 110 | 34 | 0 | 100 | 314 | 70 | 27 |
| Binary | 11010 | 1000010 | 1011100 | 1001000 | 11100 | 0 | 1000000 | 11001100 | 111000 | 10111 |
Color Harmonies of #1A425C
Complementary color
Monochromatic Colors of #1A425C
Black with #1A425C
Text Example
Text Example
White with #1A425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A425C; }
p { color: rgb(26,66,92); }
H1.HeaderClassName
{
color: #1A425C;
}
.AnyTagClassName
{
color: #1A425C;
}
</style>
background-color css
<style>
a { background-color: #1A425C; }
a { background-color: rgb(26,66,92); }
div.DivClassName
{
background-color: #1A425C;
}
.BgClassName
{
background-color: #1A425C;
}
</style>
border-color css
<style>
span { border-color: #1A425C; }
span { border-color: rgb(26,66,92); }
td.TdClassName
{
border-color: #1A425C;
}
.TagClassName
{
border-color: #1A425C;
}
</style>