Shades of Astronaut Blue #17496D
Tints of Astronaut Blue #17496D
RGB
CMYK
RGB Variations
Color information
#17496D (or 0x17496D) is known color: Astronaut Blue. HEX triplet: 17, 49 and 6D. RGB value is (23,73,109). Sum of RGB (Red+Green+Blue) = 23+73+109=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #17496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17496D is #E8B692. Grayscale: #3D3D3D. Windows color (decimal): -15251091 or 7162135. OLE color: 7162135.
HSL color Cylindrical-coordinate representation of color #17496D: hue angle of 205.12º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17496D is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 73 | 109 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.57 |
| HSL | 205.12º | 0.65% | 0.26% | - |
| HSV(B) | 205.12º | 0.79% | 0.43% | - |
| XYZ | 5.5 | 6.05 | 15.35 | - |
| YUV | 62.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 109 | 0.79 | 0.33 | 0 | 0.57 | 205.12 | 0.65 | 0.26 |
| Hex | 17 | 49 | 6D | 4F | 21 | 0 | 39 | CD | 41 | 1A |
| Octal | 27 | 111 | 155 | 117 | 41 | 0 | 71 | 315 | 101 | 32 |
| Binary | 10111 | 1001001 | 1101101 | 1001111 | 100001 | 0 | 111001 | 11001101 | 1000001 | 11010 |
Color Harmonies of #17496D
Complementary color
Monochromatic Colors of #17496D
Black with #17496D
Text Example
Text Example
White with #17496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17496D; }
p { color: rgb(23,73,109); }
H1.HeaderClassName
{
color: #17496D;
}
.AnyTagClassName
{
color: #17496D;
}
</style>
background-color css
<style>
a { background-color: #17496D; }
a { background-color: rgb(23,73,109); }
div.DivClassName
{
background-color: #17496D;
}
.BgClassName
{
background-color: #17496D;
}
</style>
border-color css
<style>
span { border-color: #17496D; }
span { border-color: rgb(23,73,109); }
td.TdClassName
{
border-color: #17496D;
}
.TagClassName
{
border-color: #17496D;
}
</style>