Shades of Astronaut Blue #11485A
Tints of Astronaut Blue #11485A
RGB
CMYK
RGB Variations
Color information
#11485A (or 0x11485A) is known color: Astronaut Blue. HEX triplet: 11, 48 and 5A. RGB value is (17,72,90). Sum of RGB (Red+Green+Blue) = 17+72+90=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #11485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11485A is #EEB7A5. Grayscale: #393939. Windows color (decimal): -15644582 or 5916689. OLE color: 5916689.
HSL color Cylindrical-coordinate representation of color #11485A: hue angle of 194.79º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11485A is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 72 | 90 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.65 |
| HSL | 194.79º | 0.68% | 0.21% | - |
| HSV(B) | 194.79º | 0.81% | 0.35% | - |
| XYZ | 4.39 | 5.49 | 10.5 | - |
| YUV | 57.61 | 146.28 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 90 | 0.81 | 0.20 | 0 | 0.65 | 194.79 | 0.68 | 0.21 |
| Hex | 11 | 48 | 5A | 51 | 14 | 0 | 41 | C3 | 44 | 15 |
| Octal | 21 | 110 | 132 | 121 | 24 | 0 | 101 | 303 | 104 | 25 |
| Binary | 10001 | 1001000 | 1011010 | 1010001 | 10100 | 0 | 1000001 | 11000011 | 1000100 | 10101 |
Color Harmonies of #11485A
Complementary color
Monochromatic Colors of #11485A
Black with #11485A
Text Example
Text Example
White with #11485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11485A; }
p { color: rgb(17,72,90); }
H1.HeaderClassName
{
color: #11485A;
}
.AnyTagClassName
{
color: #11485A;
}
</style>
background-color css
<style>
a { background-color: #11485A; }
a { background-color: rgb(17,72,90); }
div.DivClassName
{
background-color: #11485A;
}
.BgClassName
{
background-color: #11485A;
}
</style>
border-color css
<style>
span { border-color: #11485A; }
span { border-color: rgb(17,72,90); }
td.TdClassName
{
border-color: #11485A;
}
.TagClassName
{
border-color: #11485A;
}
</style>