Shades of Astronaut Blue #0A4865
Tints of Astronaut Blue #0A4865
RGB
CMYK
RGB Variations
Color information
#0A4865 (or 0x0A4865) is known color: Astronaut Blue. HEX triplet: 0A, 48 and 65. RGB value is (10,72,101). Sum of RGB (Red+Green+Blue) = 10+72+101=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A4865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4865 is #F5B79A. Grayscale: #383838. Windows color (decimal): -16103323 or 6637578. OLE color: 6637578.
HSL color Cylindrical-coordinate representation of color #0A4865: hue angle of 199.12º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4865 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 72 | 101 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.60 |
| HSL | 199.12º | 0.82% | 0.22% | - |
| HSV(B) | 199.12º | 0.9% | 0.4% | - |
| XYZ | 4.79 | 5.64 | 13.15 | - |
| YUV | 56.77 | 152.96 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 101 | 0.90 | 0.29 | 0 | 0.60 | 199.12 | 0.82 | 0.22 |
| Hex | A | 48 | 65 | 5A | 1D | 0 | 3C | C7 | 52 | 16 |
| Octal | 12 | 110 | 145 | 132 | 35 | 0 | 74 | 307 | 122 | 26 |
| Binary | 1010 | 1001000 | 1100101 | 1011010 | 11101 | 0 | 111100 | 11000111 | 1010010 | 10110 |
Color Harmonies of #0A4865
Complementary color
Monochromatic Colors of #0A4865
Black with #0A4865
Text Example
Text Example
White with #0A4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4865; }
p { color: rgb(10,72,101); }
H1.HeaderClassName
{
color: #0A4865;
}
.AnyTagClassName
{
color: #0A4865;
}
</style>
background-color css
<style>
a { background-color: #0A4865; }
a { background-color: rgb(10,72,101); }
div.DivClassName
{
background-color: #0A4865;
}
.BgClassName
{
background-color: #0A4865;
}
</style>
border-color css
<style>
span { border-color: #0A4865; }
span { border-color: rgb(10,72,101); }
td.TdClassName
{
border-color: #0A4865;
}
.TagClassName
{
border-color: #0A4865;
}
</style>