Shades of Astronaut Blue #0A455C
Tints of Astronaut Blue #0A455C
RGB
CMYK
RGB Variations
Color information
#0A455C (or 0x0A455C) is known color: Astronaut Blue. HEX triplet: 0A, 45 and 5C. RGB value is (10,69,92). Sum of RGB (Red+Green+Blue) = 10+69+92=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A455C is #F5BAA3. Grayscale: #353535. Windows color (decimal): -16104100 or 6046986. OLE color: 6046986.
HSL color Cylindrical-coordinate representation of color #0A455C: hue angle of 196.83º 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 #0A455C is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 69 | 92 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.64 |
| HSL | 196.83º | 0.8% | 0.2% | - |
| HSV(B) | 196.83º | 0.89% | 0.36% | - |
| XYZ | 4.19 | 5.09 | 10.89 | - |
| YUV | 53.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 92 | 0.89 | 0.25 | 0 | 0.64 | 196.83 | 0.8 | 0.2 |
| Hex | A | 45 | 5C | 59 | 19 | 0 | 40 | C5 | 50 | 14 |
| Octal | 12 | 105 | 134 | 131 | 31 | 0 | 100 | 305 | 120 | 24 |
| Binary | 1010 | 1000101 | 1011100 | 1011001 | 11001 | 0 | 1000000 | 11000101 | 1010000 | 10100 |
Color Harmonies of #0A455C
Complementary color
Monochromatic Colors of #0A455C
Black with #0A455C
Text Example
Text Example
White with #0A455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A455C; }
p { color: rgb(10,69,92); }
H1.HeaderClassName
{
color: #0A455C;
}
.AnyTagClassName
{
color: #0A455C;
}
</style>
background-color css
<style>
a { background-color: #0A455C; }
a { background-color: rgb(10,69,92); }
div.DivClassName
{
background-color: #0A455C;
}
.BgClassName
{
background-color: #0A455C;
}
</style>
border-color css
<style>
span { border-color: #0A455C; }
span { border-color: rgb(10,69,92); }
td.TdClassName
{
border-color: #0A455C;
}
.TagClassName
{
border-color: #0A455C;
}
</style>