Shades of Astronaut Blue #10485F
Tints of Astronaut Blue #10485F
RGB
CMYK
RGB Variations
Color information
#10485F (or 0x10485F) is known color: Astronaut Blue. HEX triplet: 10, 48 and 5F. RGB value is (16,72,95). Sum of RGB (Red+Green+Blue) = 16+72+95=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #10485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10485F is #EFB7A0. Grayscale: #393939. Windows color (decimal): -15710113 or 6244368. OLE color: 6244368.
HSL color Cylindrical-coordinate representation of color #10485F: hue angle of 197.47º 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 #10485F is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 72 | 95 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.63 |
| HSL | 197.47º | 0.71% | 0.22% | - |
| HSV(B) | 197.47º | 0.83% | 0.37% | - |
| XYZ | 4.6 | 5.57 | 11.66 | - |
| YUV | 57.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 95 | 0.83 | 0.24 | 0 | 0.63 | 197.47 | 0.71 | 0.22 |
| Hex | 10 | 48 | 5F | 53 | 18 | 0 | 3F | C5 | 47 | 16 |
| Octal | 20 | 110 | 137 | 123 | 30 | 0 | 77 | 305 | 107 | 26 |
| Binary | 10000 | 1001000 | 1011111 | 1010011 | 11000 | 0 | 111111 | 11000101 | 1000111 | 10110 |
Color Harmonies of #10485F
Complementary color
Monochromatic Colors of #10485F
Black with #10485F
Text Example
Text Example
White with #10485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10485F; }
p { color: rgb(16,72,95); }
H1.HeaderClassName
{
color: #10485F;
}
.AnyTagClassName
{
color: #10485F;
}
</style>
background-color css
<style>
a { background-color: #10485F; }
a { background-color: rgb(16,72,95); }
div.DivClassName
{
background-color: #10485F;
}
.BgClassName
{
background-color: #10485F;
}
</style>
border-color css
<style>
span { border-color: #10485F; }
span { border-color: rgb(16,72,95); }
td.TdClassName
{
border-color: #10485F;
}
.TagClassName
{
border-color: #10485F;
}
</style>