Shades of Astronaut Blue #17465B
Tints of Astronaut Blue #17465B
RGB
CMYK
RGB Variations
Color information
#17465B (or 0x17465B) is known color: Astronaut Blue. HEX triplet: 17, 46 and 5B. RGB value is (23,70,91). Sum of RGB (Red+Green+Blue) = 23+70+91=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #17465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17465B is #E8B9A4. Grayscale: #3A3A3A. Windows color (decimal): -15251877 or 5981719. OLE color: 5981719.
HSL color Cylindrical-coordinate representation of color #17465B: hue angle of 198.53º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17465B is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 70 | 91 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.64 |
| HSL | 198.53º | 0.6% | 0.22% | - |
| HSV(B) | 198.53º | 0.75% | 0.36% | - |
| XYZ | 4.43 | 5.32 | 10.69 | - |
| YUV | 58.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 91 | 0.75 | 0.23 | 0 | 0.64 | 198.53 | 0.6 | 0.22 |
| Hex | 17 | 46 | 5B | 4B | 17 | 0 | 40 | C7 | 3C | 16 |
| Octal | 27 | 106 | 133 | 113 | 27 | 0 | 100 | 307 | 74 | 26 |
| Binary | 10111 | 1000110 | 1011011 | 1001011 | 10111 | 0 | 1000000 | 11000111 | 111100 | 10110 |
Color Harmonies of #17465B
Complementary color
Monochromatic Colors of #17465B
Black with #17465B
Text Example
Text Example
White with #17465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17465B; }
p { color: rgb(23,70,91); }
H1.HeaderClassName
{
color: #17465B;
}
.AnyTagClassName
{
color: #17465B;
}
</style>
background-color css
<style>
a { background-color: #17465B; }
a { background-color: rgb(23,70,91); }
div.DivClassName
{
background-color: #17465B;
}
.BgClassName
{
background-color: #17465B;
}
</style>
border-color css
<style>
span { border-color: #17465B; }
span { border-color: rgb(23,70,91); }
td.TdClassName
{
border-color: #17465B;
}
.TagClassName
{
border-color: #17465B;
}
</style>