Shades of Astronaut Blue #11495D
Tints of Astronaut Blue #11495D
RGB
CMYK
RGB Variations
Color information
#11495D (or 0x11495D) is known color: Astronaut Blue. HEX triplet: 11, 49 and 5D. RGB value is (17,73,93). Sum of RGB (Red+Green+Blue) = 17+73+93=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #11495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11495D is #EEB6A2. Grayscale: #3A3A3A. Windows color (decimal): -15644323 or 6113553. OLE color: 6113553.
HSL color Cylindrical-coordinate representation of color #11495D: hue angle of 195.79º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11495D is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 73 | 93 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.64 |
| HSL | 195.79º | 0.69% | 0.22% | - |
| HSV(B) | 195.79º | 0.82% | 0.36% | - |
| XYZ | 4.59 | 5.67 | 11.21 | - |
| YUV | 58.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 93 | 0.82 | 0.22 | 0 | 0.64 | 195.79 | 0.69 | 0.22 |
| Hex | 11 | 49 | 5D | 52 | 16 | 0 | 40 | C4 | 45 | 16 |
| Octal | 21 | 111 | 135 | 122 | 26 | 0 | 100 | 304 | 105 | 26 |
| Binary | 10001 | 1001001 | 1011101 | 1010010 | 10110 | 0 | 1000000 | 11000100 | 1000101 | 10110 |
Color Harmonies of #11495D
Complementary color
Monochromatic Colors of #11495D
Black with #11495D
Text Example
Text Example
White with #11495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11495D; }
p { color: rgb(17,73,93); }
H1.HeaderClassName
{
color: #11495D;
}
.AnyTagClassName
{
color: #11495D;
}
</style>
background-color css
<style>
a { background-color: #11495D; }
a { background-color: rgb(17,73,93); }
div.DivClassName
{
background-color: #11495D;
}
.BgClassName
{
background-color: #11495D;
}
</style>
border-color css
<style>
span { border-color: #11495D; }
span { border-color: rgb(17,73,93); }
td.TdClassName
{
border-color: #11495D;
}
.TagClassName
{
border-color: #11495D;
}
</style>