Shades of Astronaut Blue #10465A
Tints of Astronaut Blue #10465A
RGB
CMYK
RGB Variations
Color information
#10465A (or 0x10465A) is known color: Astronaut Blue. HEX triplet: 10, 46 and 5A. RGB value is (16,70,90). Sum of RGB (Red+Green+Blue) = 16+70+90=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #10465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10465A is #EFB9A5. Grayscale: #373737. Windows color (decimal): -15710630 or 5916176. OLE color: 5916176.
HSL color Cylindrical-coordinate representation of color #10465A: hue angle of 196.22º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10465A is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 70 | 90 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.65 |
| HSL | 196.22º | 0.7% | 0.21% | - |
| HSV(B) | 196.22º | 0.82% | 0.35% | - |
| XYZ | 4.25 | 5.23 | 10.46 | - |
| YUV | 56.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 90 | 0.82 | 0.22 | 0 | 0.65 | 196.22 | 0.7 | 0.21 |
| Hex | 10 | 46 | 5A | 52 | 16 | 0 | 41 | C4 | 46 | 15 |
| Octal | 20 | 106 | 132 | 122 | 26 | 0 | 101 | 304 | 106 | 25 |
| Binary | 10000 | 1000110 | 1011010 | 1010010 | 10110 | 0 | 1000001 | 11000100 | 1000110 | 10101 |
Color Harmonies of #10465A
Complementary color
Monochromatic Colors of #10465A
Black with #10465A
Text Example
Text Example
White with #10465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10465A; }
p { color: rgb(16,70,90); }
H1.HeaderClassName
{
color: #10465A;
}
.AnyTagClassName
{
color: #10465A;
}
</style>
background-color css
<style>
a { background-color: #10465A; }
a { background-color: rgb(16,70,90); }
div.DivClassName
{
background-color: #10465A;
}
.BgClassName
{
background-color: #10465A;
}
</style>
border-color css
<style>
span { border-color: #10465A; }
span { border-color: rgb(16,70,90); }
td.TdClassName
{
border-color: #10465A;
}
.TagClassName
{
border-color: #10465A;
}
</style>