Shades of Astronaut Blue #11495C
Tints of Astronaut Blue #11495C
RGB
CMYK
RGB Variations
Color information
#11495C (or 0x11495C) is known color: Astronaut Blue. HEX triplet: 11, 49 and 5C. RGB value is (17,73,92). Sum of RGB (Red+Green+Blue) = 17+73+92=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #11495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11495C is #EEB6A3. Grayscale: #3A3A3A. Windows color (decimal): -15644324 or 6048017. OLE color: 6048017.
HSL color Cylindrical-coordinate representation of color #11495C: hue angle of 195.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 #11495C is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 73 | 92 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.64 |
| HSL | 195.2º | 0.69% | 0.21% | - |
| HSV(B) | 195.2º | 0.82% | 0.36% | - |
| XYZ | 4.55 | 5.66 | 10.98 | - |
| YUV | 58.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 92 | 0.82 | 0.21 | 0 | 0.64 | 195.2 | 0.69 | 0.21 |
| Hex | 11 | 49 | 5C | 52 | 15 | 0 | 40 | C3 | 45 | 15 |
| Octal | 21 | 111 | 134 | 122 | 25 | 0 | 100 | 303 | 105 | 25 |
| Binary | 10001 | 1001001 | 1011100 | 1010010 | 10101 | 0 | 1000000 | 11000011 | 1000101 | 10101 |
Color Harmonies of #11495C
Complementary color
Monochromatic Colors of #11495C
Black with #11495C
Text Example
Text Example
White with #11495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11495C; }
p { color: rgb(17,73,92); }
H1.HeaderClassName
{
color: #11495C;
}
.AnyTagClassName
{
color: #11495C;
}
</style>
background-color css
<style>
a { background-color: #11495C; }
a { background-color: rgb(17,73,92); }
div.DivClassName
{
background-color: #11495C;
}
.BgClassName
{
background-color: #11495C;
}
</style>
border-color css
<style>
span { border-color: #11495C; }
span { border-color: rgb(17,73,92); }
td.TdClassName
{
border-color: #11495C;
}
.TagClassName
{
border-color: #11495C;
}
</style>