Shades of Astronaut Blue #10405B
Tints of Astronaut Blue #10405B
RGB
CMYK
RGB Variations
Color information
#10405B (or 0x10405B) is known color: Astronaut Blue. HEX triplet: 10, 40 and 5B. RGB value is (16,64,91). Sum of RGB (Red+Green+Blue) = 16+64+91=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #10405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10405B is #EFBFA4. Grayscale: #343434. Windows color (decimal): -15712165 or 5980176. OLE color: 5980176.
HSL color Cylindrical-coordinate representation of color #10405B: hue angle of 201.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10405B is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 64 | 91 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.64 |
| HSL | 201.6º | 0.7% | 0.21% | - |
| HSV(B) | 201.6º | 0.82% | 0.36% | - |
| XYZ | 3.94 | 4.53 | 10.56 | - |
| YUV | 52.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 91 | 0.82 | 0.30 | 0 | 0.64 | 201.6 | 0.7 | 0.21 |
| Hex | 10 | 40 | 5B | 52 | 1E | 0 | 40 | CA | 46 | 15 |
| Octal | 20 | 100 | 133 | 122 | 36 | 0 | 100 | 312 | 106 | 25 |
| Binary | 10000 | 1000000 | 1011011 | 1010010 | 11110 | 0 | 1000000 | 11001010 | 1000110 | 10101 |
Color Harmonies of #10405B
Complementary color
Monochromatic Colors of #10405B
Black with #10405B
Text Example
Text Example
White with #10405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10405B; }
p { color: rgb(16,64,91); }
H1.HeaderClassName
{
color: #10405B;
}
.AnyTagClassName
{
color: #10405B;
}
</style>
background-color css
<style>
a { background-color: #10405B; }
a { background-color: rgb(16,64,91); }
div.DivClassName
{
background-color: #10405B;
}
.BgClassName
{
background-color: #10405B;
}
</style>
border-color css
<style>
span { border-color: #10405B; }
span { border-color: rgb(16,64,91); }
td.TdClassName
{
border-color: #10405B;
}
.TagClassName
{
border-color: #10405B;
}
</style>