Shades of Astronaut Blue #0A4158
Tints of Astronaut Blue #0A4158
RGB
CMYK
RGB Variations
Color information
#0A4158 (or 0x0A4158) is known color: Astronaut Blue. HEX triplet: 0A, 41 and 58. RGB value is (10,65,88). Sum of RGB (Red+Green+Blue) = 10+65+88=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A4158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4158 is #F5BEA7. Grayscale: #333333. Windows color (decimal): -16105128 or 5783818. OLE color: 5783818.
HSL color Cylindrical-coordinate representation of color #0A4158: hue angle of 197.69º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4158 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 65 | 88 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.65 |
| HSL | 197.69º | 0.8% | 0.19% | - |
| HSV(B) | 197.69º | 0.89% | 0.35% | - |
| XYZ | 3.78 | 4.55 | 9.91 | - |
| YUV | 51.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 88 | 0.89 | 0.26 | 0 | 0.65 | 197.69 | 0.8 | 0.19 |
| Hex | A | 41 | 58 | 59 | 1A | 0 | 41 | C6 | 50 | 13 |
| Octal | 12 | 101 | 130 | 131 | 32 | 0 | 101 | 306 | 120 | 23 |
| Binary | 1010 | 1000001 | 1011000 | 1011001 | 11010 | 0 | 1000001 | 11000110 | 1010000 | 10011 |
Color Harmonies of #0A4158
Complementary color
Monochromatic Colors of #0A4158
Black with #0A4158
Text Example
Text Example
White with #0A4158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4158; }
p { color: rgb(10,65,88); }
H1.HeaderClassName
{
color: #0A4158;
}
.AnyTagClassName
{
color: #0A4158;
}
</style>
background-color css
<style>
a { background-color: #0A4158; }
a { background-color: rgb(10,65,88); }
div.DivClassName
{
background-color: #0A4158;
}
.BgClassName
{
background-color: #0A4158;
}
</style>
border-color css
<style>
span { border-color: #0A4158; }
span { border-color: rgb(10,65,88); }
td.TdClassName
{
border-color: #0A4158;
}
.TagClassName
{
border-color: #0A4158;
}
</style>