Shades of Astronaut Blue #10475E
Tints of Astronaut Blue #10475E
RGB
CMYK
RGB Variations
Color information
#10475E (or 0x10475E) is known color: Astronaut Blue. HEX triplet: 10, 47 and 5E. RGB value is (16,71,94). Sum of RGB (Red+Green+Blue) = 16+71+94=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #10475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10475E is #EFB8A1. Grayscale: #393939. Windows color (decimal): -15710370 or 6178576. OLE color: 6178576.
HSL color Cylindrical-coordinate representation of color #10475E: hue angle of 197.69º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10475E is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 71 | 94 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.63 |
| HSL | 197.69º | 0.71% | 0.22% | - |
| HSV(B) | 197.69º | 0.83% | 0.37% | - |
| XYZ | 4.49 | 5.42 | 11.4 | - |
| YUV | 57.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 94 | 0.83 | 0.24 | 0 | 0.63 | 197.69 | 0.71 | 0.22 |
| Hex | 10 | 47 | 5E | 53 | 18 | 0 | 3F | C6 | 47 | 16 |
| Octal | 20 | 107 | 136 | 123 | 30 | 0 | 77 | 306 | 107 | 26 |
| Binary | 10000 | 1000111 | 1011110 | 1010011 | 11000 | 0 | 111111 | 11000110 | 1000111 | 10110 |
Color Harmonies of #10475E
Complementary color
Monochromatic Colors of #10475E
Black with #10475E
Text Example
Text Example
White with #10475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10475E; }
p { color: rgb(16,71,94); }
H1.HeaderClassName
{
color: #10475E;
}
.AnyTagClassName
{
color: #10475E;
}
</style>
background-color css
<style>
a { background-color: #10475E; }
a { background-color: rgb(16,71,94); }
div.DivClassName
{
background-color: #10475E;
}
.BgClassName
{
background-color: #10475E;
}
</style>
border-color css
<style>
span { border-color: #10475E; }
span { border-color: rgb(16,71,94); }
td.TdClassName
{
border-color: #10475E;
}
.TagClassName
{
border-color: #10475E;
}
</style>