Shades of Astronaut Blue #10485C
Tints of Astronaut Blue #10485C
RGB
CMYK
RGB Variations
Color information
#10485C (or 0x10485C) is known color: Astronaut Blue. HEX triplet: 10, 48 and 5C. RGB value is (16,72,92). Sum of RGB (Red+Green+Blue) = 16+72+92=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #10485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10485C is #EFB7A3. Grayscale: #393939. Windows color (decimal): -15710116 or 6047760. OLE color: 6047760.
HSL color Cylindrical-coordinate representation of color #10485C: hue angle of 195.79º degrees, saturation: 0.7, 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 #10485C is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 72 | 92 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.64 |
| HSL | 195.79º | 0.7% | 0.21% | - |
| HSV(B) | 195.79º | 0.83% | 0.36% | - |
| XYZ | 4.46 | 5.52 | 10.96 | - |
| YUV | 57.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 92 | 0.83 | 0.22 | 0 | 0.64 | 195.79 | 0.7 | 0.21 |
| Hex | 10 | 48 | 5C | 53 | 16 | 0 | 40 | C4 | 46 | 15 |
| Octal | 20 | 110 | 134 | 123 | 26 | 0 | 100 | 304 | 106 | 25 |
| Binary | 10000 | 1001000 | 1011100 | 1010011 | 10110 | 0 | 1000000 | 11000100 | 1000110 | 10101 |
Color Harmonies of #10485C
Complementary color
Monochromatic Colors of #10485C
Black with #10485C
Text Example
Text Example
White with #10485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10485C; }
p { color: rgb(16,72,92); }
H1.HeaderClassName
{
color: #10485C;
}
.AnyTagClassName
{
color: #10485C;
}
</style>
background-color css
<style>
a { background-color: #10485C; }
a { background-color: rgb(16,72,92); }
div.DivClassName
{
background-color: #10485C;
}
.BgClassName
{
background-color: #10485C;
}
</style>
border-color css
<style>
span { border-color: #10485C; }
span { border-color: rgb(16,72,92); }
td.TdClassName
{
border-color: #10485C;
}
.TagClassName
{
border-color: #10485C;
}
</style>