Shades of Astronaut Blue #174A5B
Tints of Astronaut Blue #174A5B
RGB
CMYK
RGB Variations
Color information
#174A5B (or 0x174A5B) is known color: Astronaut Blue. HEX triplet: 17, 4A and 5B. RGB value is (23,74,91). Sum of RGB (Red+Green+Blue) = 23+74+91=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #174A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A5B is #E8B5A4. Grayscale: #3C3C3C. Windows color (decimal): -15250853 or 5982743. OLE color: 5982743.
HSL color Cylindrical-coordinate representation of color #174A5B: hue angle of 195º 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 #174A5B is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 74 | 91 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.64 |
| HSL | 195º | 0.6% | 0.22% | - |
| HSV(B) | 195º | 0.75% | 0.36% | - |
| XYZ | 4.69 | 5.84 | 10.78 | - |
| YUV | 60.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 91 | 0.75 | 0.19 | 0 | 0.64 | 195 | 0.6 | 0.22 |
| Hex | 17 | 4A | 5B | 4B | 13 | 0 | 40 | C3 | 3C | 16 |
| Octal | 27 | 112 | 133 | 113 | 23 | 0 | 100 | 303 | 74 | 26 |
| Binary | 10111 | 1001010 | 1011011 | 1001011 | 10011 | 0 | 1000000 | 11000011 | 111100 | 10110 |
Color Harmonies of #174A5B
Complementary color
Monochromatic Colors of #174A5B
Black with #174A5B
Text Example
Text Example
White with #174A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A5B; }
p { color: rgb(23,74,91); }
H1.HeaderClassName
{
color: #174A5B;
}
.AnyTagClassName
{
color: #174A5B;
}
</style>
background-color css
<style>
a { background-color: #174A5B; }
a { background-color: rgb(23,74,91); }
div.DivClassName
{
background-color: #174A5B;
}
.BgClassName
{
background-color: #174A5B;
}
</style>
border-color css
<style>
span { border-color: #174A5B; }
span { border-color: rgb(23,74,91); }
td.TdClassName
{
border-color: #174A5B;
}
.TagClassName
{
border-color: #174A5B;
}
</style>