Shades of Astronaut Blue #0A455B
Tints of Astronaut Blue #0A455B
RGB
CMYK
RGB Variations
Color information
#0A455B (or 0x0A455B) is known color: Astronaut Blue. HEX triplet: 0A, 45 and 5B. RGB value is (10,69,91). Sum of RGB (Red+Green+Blue) = 10+69+91=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A455B is #F5BAA4. Grayscale: #353535. Windows color (decimal): -16104101 or 5981450. OLE color: 5981450.
HSL color Cylindrical-coordinate representation of color #0A455B: hue angle of 196.3º 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 #0A455B is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 69 | 91 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.64 |
| HSL | 196.3º | 0.8% | 0.2% | - |
| HSV(B) | 196.3º | 0.89% | 0.36% | - |
| XYZ | 4.14 | 5.08 | 10.66 | - |
| YUV | 53.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 91 | 0.89 | 0.24 | 0 | 0.64 | 196.3 | 0.8 | 0.2 |
| Hex | A | 45 | 5B | 59 | 18 | 0 | 40 | C4 | 50 | 14 |
| Octal | 12 | 105 | 133 | 131 | 30 | 0 | 100 | 304 | 120 | 24 |
| Binary | 1010 | 1000101 | 1011011 | 1011001 | 11000 | 0 | 1000000 | 11000100 | 1010000 | 10100 |
Color Harmonies of #0A455B
Complementary color
Monochromatic Colors of #0A455B
Black with #0A455B
Text Example
Text Example
White with #0A455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A455B; }
p { color: rgb(10,69,91); }
H1.HeaderClassName
{
color: #0A455B;
}
.AnyTagClassName
{
color: #0A455B;
}
</style>
background-color css
<style>
a { background-color: #0A455B; }
a { background-color: rgb(10,69,91); }
div.DivClassName
{
background-color: #0A455B;
}
.BgClassName
{
background-color: #0A455B;
}
</style>
border-color css
<style>
span { border-color: #0A455B; }
span { border-color: rgb(10,69,91); }
td.TdClassName
{
border-color: #0A455B;
}
.TagClassName
{
border-color: #0A455B;
}
</style>