Shades of Astronaut Blue #11465D
Tints of Astronaut Blue #11465D
RGB
CMYK
RGB Variations
Color information
#11465D (or 0x11465D) is known color: Astronaut Blue. HEX triplet: 11, 46 and 5D. RGB value is (17,70,93). Sum of RGB (Red+Green+Blue) = 17+70+93=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #11465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11465D is #EEB9A2. Grayscale: #383838. Windows color (decimal): -15645091 or 6112785. OLE color: 6112785.
HSL color Cylindrical-coordinate representation of color #11465D: hue angle of 198.16º 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 #11465D is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 70 | 93 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.64 |
| HSL | 198.16º | 0.69% | 0.22% | - |
| HSV(B) | 198.16º | 0.82% | 0.36% | - |
| XYZ | 4.4 | 5.29 | 11.15 | - |
| YUV | 56.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 93 | 0.82 | 0.25 | 0 | 0.64 | 198.16 | 0.69 | 0.22 |
| Hex | 11 | 46 | 5D | 52 | 19 | 0 | 40 | C6 | 45 | 16 |
| Octal | 21 | 106 | 135 | 122 | 31 | 0 | 100 | 306 | 105 | 26 |
| Binary | 10001 | 1000110 | 1011101 | 1010010 | 11001 | 0 | 1000000 | 11000110 | 1000101 | 10110 |
Color Harmonies of #11465D
Complementary color
Monochromatic Colors of #11465D
Black with #11465D
Text Example
Text Example
White with #11465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11465D; }
p { color: rgb(17,70,93); }
H1.HeaderClassName
{
color: #11465D;
}
.AnyTagClassName
{
color: #11465D;
}
</style>
background-color css
<style>
a { background-color: #11465D; }
a { background-color: rgb(17,70,93); }
div.DivClassName
{
background-color: #11465D;
}
.BgClassName
{
background-color: #11465D;
}
</style>
border-color css
<style>
span { border-color: #11465D; }
span { border-color: rgb(17,70,93); }
td.TdClassName
{
border-color: #11465D;
}
.TagClassName
{
border-color: #11465D;
}
</style>