Shades of Astronaut Blue #0A445B
Tints of Astronaut Blue #0A445B
RGB
CMYK
RGB Variations
Color information
#0A445B (or 0x0A445B) is known color: Astronaut Blue. HEX triplet: 0A, 44 and 5B. RGB value is (10,68,91). Sum of RGB (Red+Green+Blue) = 10+68+91=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A445B is #F5BBA4. Grayscale: #353535. Windows color (decimal): -16104357 or 5981194. OLE color: 5981194.
HSL color Cylindrical-coordinate representation of color #0A445B: hue angle of 197.04º 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 #0A445B is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 68 | 91 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.64 |
| HSL | 197.04º | 0.8% | 0.2% | - |
| HSV(B) | 197.04º | 0.89% | 0.36% | - |
| XYZ | 4.08 | 4.95 | 10.64 | - |
| YUV | 53.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 91 | 0.89 | 0.25 | 0 | 0.64 | 197.04 | 0.8 | 0.2 |
| Hex | A | 44 | 5B | 59 | 19 | 0 | 40 | C5 | 50 | 14 |
| Octal | 12 | 104 | 133 | 131 | 31 | 0 | 100 | 305 | 120 | 24 |
| Binary | 1010 | 1000100 | 1011011 | 1011001 | 11001 | 0 | 1000000 | 11000101 | 1010000 | 10100 |
Color Harmonies of #0A445B
Complementary color
Monochromatic Colors of #0A445B
Black with #0A445B
Text Example
Text Example
White with #0A445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A445B; }
p { color: rgb(10,68,91); }
H1.HeaderClassName
{
color: #0A445B;
}
.AnyTagClassName
{
color: #0A445B;
}
</style>
background-color css
<style>
a { background-color: #0A445B; }
a { background-color: rgb(10,68,91); }
div.DivClassName
{
background-color: #0A445B;
}
.BgClassName
{
background-color: #0A445B;
}
</style>
border-color css
<style>
span { border-color: #0A445B; }
span { border-color: rgb(10,68,91); }
td.TdClassName
{
border-color: #0A445B;
}
.TagClassName
{
border-color: #0A445B;
}
</style>