Shades of Astronaut Blue #1A455D
Tints of Astronaut Blue #1A455D
RGB
CMYK
RGB Variations
Color information
#1A455D (or 0x1A455D) is known color: Astronaut Blue. HEX triplet: 1A, 45 and 5D. RGB value is (26,69,93). Sum of RGB (Red+Green+Blue) = 26+69+93=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A455D is #E5BAA2. Grayscale: #3A3A3A. Windows color (decimal): -15055523 or 6112538. OLE color: 6112538.
HSL color Cylindrical-coordinate representation of color #1A455D: hue angle of 201.49º 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 #1A455D is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 69 | 93 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.64 |
| HSL | 201.49º | 0.56% | 0.23% | - |
| HSV(B) | 201.49º | 0.72% | 0.36% | - |
| XYZ | 4.53 | 5.27 | 11.13 | - |
| YUV | 58.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 93 | 0.72 | 0.26 | 0 | 0.64 | 201.49 | 0.56 | 0.23 |
| Hex | 1A | 45 | 5D | 48 | 1A | 0 | 40 | C9 | 38 | 17 |
| Octal | 32 | 105 | 135 | 110 | 32 | 0 | 100 | 311 | 70 | 27 |
| Binary | 11010 | 1000101 | 1011101 | 1001000 | 11010 | 0 | 1000000 | 11001001 | 111000 | 10111 |
Color Harmonies of #1A455D
Complementary color
Monochromatic Colors of #1A455D
Black with #1A455D
Text Example
Text Example
White with #1A455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A455D; }
p { color: rgb(26,69,93); }
H1.HeaderClassName
{
color: #1A455D;
}
.AnyTagClassName
{
color: #1A455D;
}
</style>
background-color css
<style>
a { background-color: #1A455D; }
a { background-color: rgb(26,69,93); }
div.DivClassName
{
background-color: #1A455D;
}
.BgClassName
{
background-color: #1A455D;
}
</style>
border-color css
<style>
span { border-color: #1A455D; }
span { border-color: rgb(26,69,93); }
td.TdClassName
{
border-color: #1A455D;
}
.TagClassName
{
border-color: #1A455D;
}
</style>