Shades of Astronaut Blue #17485B
Tints of Astronaut Blue #17485B
RGB
CMYK
RGB Variations
Color information
#17485B (or 0x17485B) is known color: Astronaut Blue. HEX triplet: 17, 48 and 5B. RGB value is (23,72,91). Sum of RGB (Red+Green+Blue) = 23+72+91=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #17485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17485B is #E8B7A4. Grayscale: #3B3B3B. Windows color (decimal): -15251365 or 5982231. OLE color: 5982231.
HSL color Cylindrical-coordinate representation of color #17485B: hue angle of 196.76º 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 #17485B is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 72 | 91 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.64 |
| HSL | 196.76º | 0.6% | 0.22% | - |
| HSV(B) | 196.76º | 0.75% | 0.36% | - |
| XYZ | 4.56 | 5.57 | 10.73 | - |
| YUV | 59.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 91 | 0.75 | 0.21 | 0 | 0.64 | 196.76 | 0.6 | 0.22 |
| Hex | 17 | 48 | 5B | 4B | 15 | 0 | 40 | C5 | 3C | 16 |
| Octal | 27 | 110 | 133 | 113 | 25 | 0 | 100 | 305 | 74 | 26 |
| Binary | 10111 | 1001000 | 1011011 | 1001011 | 10101 | 0 | 1000000 | 11000101 | 111100 | 10110 |
Color Harmonies of #17485B
Complementary color
Monochromatic Colors of #17485B
Black with #17485B
Text Example
Text Example
White with #17485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17485B; }
p { color: rgb(23,72,91); }
H1.HeaderClassName
{
color: #17485B;
}
.AnyTagClassName
{
color: #17485B;
}
</style>
background-color css
<style>
a { background-color: #17485B; }
a { background-color: rgb(23,72,91); }
div.DivClassName
{
background-color: #17485B;
}
.BgClassName
{
background-color: #17485B;
}
</style>
border-color css
<style>
span { border-color: #17485B; }
span { border-color: rgb(23,72,91); }
td.TdClassName
{
border-color: #17485B;
}
.TagClassName
{
border-color: #17485B;
}
</style>