Shades of Astronaut Blue #10495B
Tints of Astronaut Blue #10495B
RGB
CMYK
RGB Variations
Color information
#10495B (or 0x10495B) is known color: Astronaut Blue. HEX triplet: 10, 49 and 5B. RGB value is (16,73,91). Sum of RGB (Red+Green+Blue) = 16+73+91=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #10495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10495B is #EFB6A4. Grayscale: #393939. Windows color (decimal): -15709861 or 5982480. OLE color: 5982480.
HSL color Cylindrical-coordinate representation of color #10495B: hue angle of 194.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10495B is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 73 | 91 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.64 |
| HSL | 194.4º | 0.7% | 0.21% | - |
| HSV(B) | 194.4º | 0.82% | 0.36% | - |
| XYZ | 4.48 | 5.63 | 10.75 | - |
| YUV | 58.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 91 | 0.82 | 0.20 | 0 | 0.64 | 194.4 | 0.7 | 0.21 |
| Hex | 10 | 49 | 5B | 52 | 14 | 0 | 40 | C2 | 46 | 15 |
| Octal | 20 | 111 | 133 | 122 | 24 | 0 | 100 | 302 | 106 | 25 |
| Binary | 10000 | 1001001 | 1011011 | 1010010 | 10100 | 0 | 1000000 | 11000010 | 1000110 | 10101 |
Color Harmonies of #10495B
Complementary color
Monochromatic Colors of #10495B
Black with #10495B
Text Example
Text Example
White with #10495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10495B; }
p { color: rgb(16,73,91); }
H1.HeaderClassName
{
color: #10495B;
}
.AnyTagClassName
{
color: #10495B;
}
</style>
background-color css
<style>
a { background-color: #10495B; }
a { background-color: rgb(16,73,91); }
div.DivClassName
{
background-color: #10495B;
}
.BgClassName
{
background-color: #10495B;
}
</style>
border-color css
<style>
span { border-color: #10495B; }
span { border-color: rgb(16,73,91); }
td.TdClassName
{
border-color: #10495B;
}
.TagClassName
{
border-color: #10495B;
}
</style>