Shades of Astronaut Blue #11445C
Tints of Astronaut Blue #11445C
RGB
CMYK
RGB Variations
Color information
#11445C (or 0x11445C) is known color: Astronaut Blue. HEX triplet: 11, 44 and 5C. RGB value is (17,68,92). Sum of RGB (Red+Green+Blue) = 17+68+92=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #11445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11445C is #EEBBA3. Grayscale: #373737. Windows color (decimal): -15645604 or 6046737. OLE color: 6046737.
HSL color Cylindrical-coordinate representation of color #11445C: hue angle of 199.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11445C is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 68 | 92 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.64 |
| HSL | 199.2º | 0.69% | 0.21% | - |
| HSV(B) | 199.2º | 0.82% | 0.36% | - |
| XYZ | 4.23 | 5.03 | 10.87 | - |
| YUV | 55.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 92 | 0.82 | 0.26 | 0 | 0.64 | 199.2 | 0.69 | 0.21 |
| Hex | 11 | 44 | 5C | 52 | 1A | 0 | 40 | C7 | 45 | 15 |
| Octal | 21 | 104 | 134 | 122 | 32 | 0 | 100 | 307 | 105 | 25 |
| Binary | 10001 | 1000100 | 1011100 | 1010010 | 11010 | 0 | 1000000 | 11000111 | 1000101 | 10101 |
Color Harmonies of #11445C
Complementary color
Monochromatic Colors of #11445C
Black with #11445C
Text Example
Text Example
White with #11445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11445C; }
p { color: rgb(17,68,92); }
H1.HeaderClassName
{
color: #11445C;
}
.AnyTagClassName
{
color: #11445C;
}
</style>
background-color css
<style>
a { background-color: #11445C; }
a { background-color: rgb(17,68,92); }
div.DivClassName
{
background-color: #11445C;
}
.BgClassName
{
background-color: #11445C;
}
</style>
border-color css
<style>
span { border-color: #11445C; }
span { border-color: rgb(17,68,92); }
td.TdClassName
{
border-color: #11445C;
}
.TagClassName
{
border-color: #11445C;
}
</style>