Shades of Astronaut Blue #11495F
Tints of Astronaut Blue #11495F
RGB
CMYK
RGB Variations
Color information
#11495F (or 0x11495F) is known color: Astronaut Blue. HEX triplet: 11, 49 and 5F. RGB value is (17,73,95). Sum of RGB (Red+Green+Blue) = 17+73+95=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #11495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11495F is #EEB6A0. Grayscale: #3A3A3A. Windows color (decimal): -15644321 or 6244625. OLE color: 6244625.
HSL color Cylindrical-coordinate representation of color #11495F: hue angle of 196.92º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11495F is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 73 | 95 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.63 |
| HSL | 196.92º | 0.7% | 0.22% | - |
| HSV(B) | 196.92º | 0.82% | 0.37% | - |
| XYZ | 4.68 | 5.71 | 11.68 | - |
| YUV | 58.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 95 | 0.82 | 0.23 | 0 | 0.63 | 196.92 | 0.7 | 0.22 |
| Hex | 11 | 49 | 5F | 52 | 17 | 0 | 3F | C5 | 46 | 16 |
| Octal | 21 | 111 | 137 | 122 | 27 | 0 | 77 | 305 | 106 | 26 |
| Binary | 10001 | 1001001 | 1011111 | 1010010 | 10111 | 0 | 111111 | 11000101 | 1000110 | 10110 |
Color Harmonies of #11495F
Complementary color
Monochromatic Colors of #11495F
Black with #11495F
Text Example
Text Example
White with #11495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11495F; }
p { color: rgb(17,73,95); }
H1.HeaderClassName
{
color: #11495F;
}
.AnyTagClassName
{
color: #11495F;
}
</style>
background-color css
<style>
a { background-color: #11495F; }
a { background-color: rgb(17,73,95); }
div.DivClassName
{
background-color: #11495F;
}
.BgClassName
{
background-color: #11495F;
}
</style>
border-color css
<style>
span { border-color: #11495F; }
span { border-color: rgb(17,73,95); }
td.TdClassName
{
border-color: #11495F;
}
.TagClassName
{
border-color: #11495F;
}
</style>