Shades of Astronaut Blue #10485D
Tints of Astronaut Blue #10485D
RGB
CMYK
RGB Variations
Color information
#10485D (or 0x10485D) is known color: Astronaut Blue. HEX triplet: 10, 48 and 5D. RGB value is (16,72,93). Sum of RGB (Red+Green+Blue) = 16+72+93=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #10485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10485D is #EFB7A2. Grayscale: #393939. Windows color (decimal): -15710115 or 6113296. OLE color: 6113296.
HSL color Cylindrical-coordinate representation of color #10485D: hue angle of 196.36º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10485D is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 72 | 93 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.64 |
| HSL | 196.36º | 0.71% | 0.21% | - |
| HSV(B) | 196.36º | 0.83% | 0.36% | - |
| XYZ | 4.51 | 5.54 | 11.19 | - |
| YUV | 57.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 93 | 0.83 | 0.23 | 0 | 0.64 | 196.36 | 0.71 | 0.21 |
| Hex | 10 | 48 | 5D | 53 | 17 | 0 | 40 | C4 | 47 | 15 |
| Octal | 20 | 110 | 135 | 123 | 27 | 0 | 100 | 304 | 107 | 25 |
| Binary | 10000 | 1001000 | 1011101 | 1010011 | 10111 | 0 | 1000000 | 11000100 | 1000111 | 10101 |
Color Harmonies of #10485D
Complementary color
Monochromatic Colors of #10485D
Black with #10485D
Text Example
Text Example
White with #10485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10485D; }
p { color: rgb(16,72,93); }
H1.HeaderClassName
{
color: #10485D;
}
.AnyTagClassName
{
color: #10485D;
}
</style>
background-color css
<style>
a { background-color: #10485D; }
a { background-color: rgb(16,72,93); }
div.DivClassName
{
background-color: #10485D;
}
.BgClassName
{
background-color: #10485D;
}
</style>
border-color css
<style>
span { border-color: #10485D; }
span { border-color: rgb(16,72,93); }
td.TdClassName
{
border-color: #10485D;
}
.TagClassName
{
border-color: #10485D;
}
</style>