Shades of Astronaut Blue #0A405B
Tints of Astronaut Blue #0A405B
RGB
CMYK
RGB Variations
Color information
#0A405B (or 0x0A405B) is known color: Astronaut Blue. HEX triplet: 0A, 40 and 5B. RGB value is (10,64,91). Sum of RGB (Red+Green+Blue) = 10+64+91=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A405B is #F5BFA4. Grayscale: #323232. Windows color (decimal): -16105381 or 5980170. OLE color: 5980170.
HSL color Cylindrical-coordinate representation of color #0A405B: hue angle of 200º degrees, saturation: 0.8, 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 #0A405B is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 64 | 91 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.64 |
| HSL | 200º | 0.8% | 0.2% | - |
| HSV(B) | 200º | 0.89% | 0.36% | - |
| XYZ | 3.85 | 4.49 | 10.56 | - |
| YUV | 50.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 91 | 0.89 | 0.30 | 0 | 0.64 | 200 | 0.8 | 0.2 |
| Hex | A | 40 | 5B | 59 | 1E | 0 | 40 | C8 | 50 | 14 |
| Octal | 12 | 100 | 133 | 131 | 36 | 0 | 100 | 310 | 120 | 24 |
| Binary | 1010 | 1000000 | 1011011 | 1011001 | 11110 | 0 | 1000000 | 11001000 | 1010000 | 10100 |
Color Harmonies of #0A405B
Complementary color
Monochromatic Colors of #0A405B
Black with #0A405B
Text Example
Text Example
White with #0A405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A405B; }
p { color: rgb(10,64,91); }
H1.HeaderClassName
{
color: #0A405B;
}
.AnyTagClassName
{
color: #0A405B;
}
</style>
background-color css
<style>
a { background-color: #0A405B; }
a { background-color: rgb(10,64,91); }
div.DivClassName
{
background-color: #0A405B;
}
.BgClassName
{
background-color: #0A405B;
}
</style>
border-color css
<style>
span { border-color: #0A405B; }
span { border-color: rgb(10,64,91); }
td.TdClassName
{
border-color: #0A405B;
}
.TagClassName
{
border-color: #0A405B;
}
</style>