Shades of Astronaut Blue #11415D
Tints of Astronaut Blue #11415D
RGB
CMYK
RGB Variations
Color information
#11415D (or 0x11415D) is known color: Astronaut Blue. HEX triplet: 11, 41 and 5D. RGB value is (17,65,93). Sum of RGB (Red+Green+Blue) = 17+65+93=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #11415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11415D is #EEBEA2. Grayscale: #353535. Windows color (decimal): -15646371 or 6111505. OLE color: 6111505.
HSL color Cylindrical-coordinate representation of color #11415D: hue angle of 202.11º 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 #11415D is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 65 | 93 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.64 |
| HSL | 202.11º | 0.69% | 0.22% | - |
| HSV(B) | 202.11º | 0.82% | 0.36% | - |
| XYZ | 4.1 | 4.69 | 11.05 | - |
| YUV | 53.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 93 | 0.82 | 0.30 | 0 | 0.64 | 202.11 | 0.69 | 0.22 |
| Hex | 11 | 41 | 5D | 52 | 1E | 0 | 40 | CA | 45 | 16 |
| Octal | 21 | 101 | 135 | 122 | 36 | 0 | 100 | 312 | 105 | 26 |
| Binary | 10001 | 1000001 | 1011101 | 1010010 | 11110 | 0 | 1000000 | 11001010 | 1000101 | 10110 |
Color Harmonies of #11415D
Complementary color
Monochromatic Colors of #11415D
Black with #11415D
Text Example
Text Example
White with #11415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11415D; }
p { color: rgb(17,65,93); }
H1.HeaderClassName
{
color: #11415D;
}
.AnyTagClassName
{
color: #11415D;
}
</style>
background-color css
<style>
a { background-color: #11415D; }
a { background-color: rgb(17,65,93); }
div.DivClassName
{
background-color: #11415D;
}
.BgClassName
{
background-color: #11415D;
}
</style>
border-color css
<style>
span { border-color: #11415D; }
span { border-color: rgb(17,65,93); }
td.TdClassName
{
border-color: #11415D;
}
.TagClassName
{
border-color: #11415D;
}
</style>