Shades of Astronaut Blue #0A3F58
Tints of Astronaut Blue #0A3F58
RGB
CMYK
RGB Variations
Color information
#0A3F58 (or 0x0A3F58) is known color: Astronaut Blue. HEX triplet: 0A, 3F and 58. RGB value is (10,63,88). Sum of RGB (Red+Green+Blue) = 10+63+88=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A3F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3F58 is #F5C0A7. Grayscale: #313131. Windows color (decimal): -16105640 or 5783306. OLE color: 5783306.
HSL color Cylindrical-coordinate representation of color #0A3F58: hue angle of 199.23º 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 #0A3F58 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 63 | 88 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.65 |
| HSL | 199.23º | 0.8% | 0.19% | - |
| HSV(B) | 199.23º | 0.89% | 0.35% | - |
| XYZ | 3.66 | 4.32 | 9.87 | - |
| YUV | 50 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 88 | 0.89 | 0.28 | 0 | 0.65 | 199.23 | 0.8 | 0.19 |
| Hex | A | 3F | 58 | 59 | 1C | 0 | 41 | C7 | 50 | 13 |
| Octal | 12 | 77 | 130 | 131 | 34 | 0 | 101 | 307 | 120 | 23 |
| Binary | 1010 | 111111 | 1011000 | 1011001 | 11100 | 0 | 1000001 | 11000111 | 1010000 | 10011 |
Color Harmonies of #0A3F58
Complementary color
Monochromatic Colors of #0A3F58
Black with #0A3F58
Text Example
Text Example
White with #0A3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3F58; }
p { color: rgb(10,63,88); }
H1.HeaderClassName
{
color: #0A3F58;
}
.AnyTagClassName
{
color: #0A3F58;
}
</style>
background-color css
<style>
a { background-color: #0A3F58; }
a { background-color: rgb(10,63,88); }
div.DivClassName
{
background-color: #0A3F58;
}
.BgClassName
{
background-color: #0A3F58;
}
</style>
border-color css
<style>
span { border-color: #0A3F58; }
span { border-color: rgb(10,63,88); }
td.TdClassName
{
border-color: #0A3F58;
}
.TagClassName
{
border-color: #0A3F58;
}
</style>