Shades of Astronaut Blue #1A4565
Tints of Astronaut Blue #1A4565
RGB
CMYK
RGB Variations
Color information
#1A4565 (or 0x1A4565) is known color: Astronaut Blue. HEX triplet: 1A, 45 and 65. RGB value is (26,69,101). Sum of RGB (Red+Green+Blue) = 26+69+101=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4565 is #E5BA9A. Grayscale: #3B3B3B. Windows color (decimal): -15055515 or 6636826. OLE color: 6636826.
HSL color Cylindrical-coordinate representation of color #1A4565: hue angle of 205.6º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4565 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 69 | 101 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.60 |
| HSL | 205.6º | 0.59% | 0.25% | - |
| HSV(B) | 205.6º | 0.74% | 0.4% | - |
| XYZ | 4.9 | 5.42 | 13.1 | - |
| YUV | 59.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 101 | 0.74 | 0.32 | 0 | 0.60 | 205.6 | 0.59 | 0.25 |
| Hex | 1A | 45 | 65 | 4A | 20 | 0 | 3C | CE | 3B | 19 |
| Octal | 32 | 105 | 145 | 112 | 40 | 0 | 74 | 316 | 73 | 31 |
| Binary | 11010 | 1000101 | 1100101 | 1001010 | 100000 | 0 | 111100 | 11001110 | 111011 | 11001 |
Color Harmonies of #1A4565
Complementary color
Monochromatic Colors of #1A4565
Black with #1A4565
Text Example
Text Example
White with #1A4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4565; }
p { color: rgb(26,69,101); }
H1.HeaderClassName
{
color: #1A4565;
}
.AnyTagClassName
{
color: #1A4565;
}
</style>
background-color css
<style>
a { background-color: #1A4565; }
a { background-color: rgb(26,69,101); }
div.DivClassName
{
background-color: #1A4565;
}
.BgClassName
{
background-color: #1A4565;
}
</style>
border-color css
<style>
span { border-color: #1A4565; }
span { border-color: rgb(26,69,101); }
td.TdClassName
{
border-color: #1A4565;
}
.TagClassName
{
border-color: #1A4565;
}
</style>