Shades of Astronaut Blue #11445F
Tints of Astronaut Blue #11445F
RGB
CMYK
RGB Variations
Color information
#11445F (or 0x11445F) is known color: Astronaut Blue. HEX triplet: 11, 44 and 5F. RGB value is (17,68,95). Sum of RGB (Red+Green+Blue) = 17+68+95=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #11445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11445F is #EEBBA0. Grayscale: #373737. Windows color (decimal): -15645601 or 6243345. OLE color: 6243345.
HSL color Cylindrical-coordinate representation of color #11445F: hue angle of 200.77º 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 #11445F is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 68 | 95 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.63 |
| HSL | 200.77º | 0.7% | 0.22% | - |
| HSV(B) | 200.77º | 0.82% | 0.37% | - |
| XYZ | 4.36 | 5.08 | 11.58 | - |
| YUV | 55.83 | 150.1 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 95 | 0.82 | 0.28 | 0 | 0.63 | 200.77 | 0.7 | 0.22 |
| Hex | 11 | 44 | 5F | 52 | 1C | 0 | 3F | C9 | 46 | 16 |
| Octal | 21 | 104 | 137 | 122 | 34 | 0 | 77 | 311 | 106 | 26 |
| Binary | 10001 | 1000100 | 1011111 | 1010010 | 11100 | 0 | 111111 | 11001001 | 1000110 | 10110 |
Color Harmonies of #11445F
Complementary color
Monochromatic Colors of #11445F
Black with #11445F
Text Example
Text Example
White with #11445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11445F; }
p { color: rgb(17,68,95); }
H1.HeaderClassName
{
color: #11445F;
}
.AnyTagClassName
{
color: #11445F;
}
</style>
background-color css
<style>
a { background-color: #11445F; }
a { background-color: rgb(17,68,95); }
div.DivClassName
{
background-color: #11445F;
}
.BgClassName
{
background-color: #11445F;
}
</style>
border-color css
<style>
span { border-color: #11445F; }
span { border-color: rgb(17,68,95); }
td.TdClassName
{
border-color: #11445F;
}
.TagClassName
{
border-color: #11445F;
}
</style>