Shades of Astronaut Blue #17466C
Tints of Astronaut Blue #17466C
RGB
CMYK
RGB Variations
Color information
#17466C (or 0x17466C) is known color: Astronaut Blue. HEX triplet: 17, 46 and 6C. RGB value is (23,70,108). Sum of RGB (Red+Green+Blue) = 23+70+108=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #17466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17466C is #E8B993. Grayscale: #3C3C3C. Windows color (decimal): -15251860 or 7095831. OLE color: 7095831.
HSL color Cylindrical-coordinate representation of color #17466C: hue angle of 206.82º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17466C is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 70 | 108 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.58 |
| HSL | 206.82º | 0.65% | 0.26% | - |
| HSV(B) | 206.82º | 0.79% | 0.42% | - |
| XYZ | 5.25 | 5.65 | 15 | - |
| YUV | 60.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 108 | 0.79 | 0.35 | 0 | 0.58 | 206.82 | 0.65 | 0.26 |
| Hex | 17 | 46 | 6C | 4F | 23 | 0 | 3A | CF | 41 | 1A |
| Octal | 27 | 106 | 154 | 117 | 43 | 0 | 72 | 317 | 101 | 32 |
| Binary | 10111 | 1000110 | 1101100 | 1001111 | 100011 | 0 | 111010 | 11001111 | 1000001 | 11010 |
Color Harmonies of #17466C
Complementary color
Monochromatic Colors of #17466C
Black with #17466C
Text Example
Text Example
White with #17466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17466C; }
p { color: rgb(23,70,108); }
H1.HeaderClassName
{
color: #17466C;
}
.AnyTagClassName
{
color: #17466C;
}
</style>
background-color css
<style>
a { background-color: #17466C; }
a { background-color: rgb(23,70,108); }
div.DivClassName
{
background-color: #17466C;
}
.BgClassName
{
background-color: #17466C;
}
</style>
border-color css
<style>
span { border-color: #17466C; }
span { border-color: rgb(23,70,108); }
td.TdClassName
{
border-color: #17466C;
}
.TagClassName
{
border-color: #17466C;
}
</style>