Shades of Astronaut Blue #0A3F57
Tints of Astronaut Blue #0A3F57
RGB
CMYK
RGB Variations
Color information
#0A3F57 (or 0x0A3F57) is known color: Astronaut Blue. HEX triplet: 0A, 3F and 57. RGB value is (10,63,87). Sum of RGB (Red+Green+Blue) = 10+63+87=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A3F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3F57 is #F5C0A8. Grayscale: #313131. Windows color (decimal): -16105641 or 5717770. OLE color: 5717770.
HSL color Cylindrical-coordinate representation of color #0A3F57: hue angle of 198.7º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A3F57 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 63 | 87 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.66 |
| HSL | 198.7º | 0.79% | 0.19% | - |
| HSV(B) | 198.7º | 0.89% | 0.34% | - |
| XYZ | 3.62 | 4.31 | 9.66 | - |
| YUV | 49.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 87 | 0.89 | 0.28 | 0 | 0.66 | 198.7 | 0.79 | 0.19 |
| Hex | A | 3F | 57 | 59 | 1C | 0 | 42 | C7 | 4F | 13 |
| Octal | 12 | 77 | 127 | 131 | 34 | 0 | 102 | 307 | 117 | 23 |
| Binary | 1010 | 111111 | 1010111 | 1011001 | 11100 | 0 | 1000010 | 11000111 | 1001111 | 10011 |
Color Harmonies of #0A3F57
Complementary color
Monochromatic Colors of #0A3F57
Black with #0A3F57
Text Example
Text Example
White with #0A3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3F57; }
p { color: rgb(10,63,87); }
H1.HeaderClassName
{
color: #0A3F57;
}
.AnyTagClassName
{
color: #0A3F57;
}
</style>
background-color css
<style>
a { background-color: #0A3F57; }
a { background-color: rgb(10,63,87); }
div.DivClassName
{
background-color: #0A3F57;
}
.BgClassName
{
background-color: #0A3F57;
}
</style>
border-color css
<style>
span { border-color: #0A3F57; }
span { border-color: rgb(10,63,87); }
td.TdClassName
{
border-color: #0A3F57;
}
.TagClassName
{
border-color: #0A3F57;
}
</style>