Shades of Astronaut Blue #0A415D
Tints of Astronaut Blue #0A415D
RGB
CMYK
RGB Variations
Color information
#0A415D (or 0x0A415D) is known color: Astronaut Blue. HEX triplet: 0A, 41 and 5D. RGB value is (10,65,93). Sum of RGB (Red+Green+Blue) = 10+65+93=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A415D is #F5BEA2. Grayscale: #333333. Windows color (decimal): -16105123 or 6111498. OLE color: 6111498.
HSL color Cylindrical-coordinate representation of color #0A415D: hue angle of 200.24º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A415D is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 65 | 93 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.64 |
| HSL | 200.24º | 0.81% | 0.2% | - |
| HSV(B) | 200.24º | 0.89% | 0.36% | - |
| XYZ | 3.99 | 4.64 | 11.04 | - |
| YUV | 51.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 93 | 0.89 | 0.30 | 0 | 0.64 | 200.24 | 0.81 | 0.2 |
| Hex | A | 41 | 5D | 59 | 1E | 0 | 40 | C8 | 51 | 14 |
| Octal | 12 | 101 | 135 | 131 | 36 | 0 | 100 | 310 | 121 | 24 |
| Binary | 1010 | 1000001 | 1011101 | 1011001 | 11110 | 0 | 1000000 | 11001000 | 1010001 | 10100 |
Color Harmonies of #0A415D
Complementary color
Monochromatic Colors of #0A415D
Black with #0A415D
Text Example
Text Example
White with #0A415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A415D; }
p { color: rgb(10,65,93); }
H1.HeaderClassName
{
color: #0A415D;
}
.AnyTagClassName
{
color: #0A415D;
}
</style>
background-color css
<style>
a { background-color: #0A415D; }
a { background-color: rgb(10,65,93); }
div.DivClassName
{
background-color: #0A415D;
}
.BgClassName
{
background-color: #0A415D;
}
</style>
border-color css
<style>
span { border-color: #0A415D; }
span { border-color: rgb(10,65,93); }
td.TdClassName
{
border-color: #0A415D;
}
.TagClassName
{
border-color: #0A415D;
}
</style>