Shades of Astronaut Blue #174A5D
Tints of Astronaut Blue #174A5D
RGB
CMYK
RGB Variations
Color information
#174A5D (or 0x174A5D) is known color: Astronaut Blue. HEX triplet: 17, 4A and 5D. RGB value is (23,74,93). Sum of RGB (Red+Green+Blue) = 23+74+93=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #174A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A5D is #E8B5A2. Grayscale: #3C3C3C. Windows color (decimal): -15250851 or 6113815. OLE color: 6113815.
HSL color Cylindrical-coordinate representation of color #174A5D: hue angle of 196.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #174A5D is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 74 | 93 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.64 |
| HSL | 196.29º | 0.6% | 0.23% | - |
| HSV(B) | 196.29º | 0.75% | 0.36% | - |
| XYZ | 4.78 | 5.87 | 11.24 | - |
| YUV | 60.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 93 | 0.75 | 0.20 | 0 | 0.64 | 196.29 | 0.6 | 0.23 |
| Hex | 17 | 4A | 5D | 4B | 14 | 0 | 40 | C4 | 3C | 17 |
| Octal | 27 | 112 | 135 | 113 | 24 | 0 | 100 | 304 | 74 | 27 |
| Binary | 10111 | 1001010 | 1011101 | 1001011 | 10100 | 0 | 1000000 | 11000100 | 111100 | 10111 |
Color Harmonies of #174A5D
Complementary color
Monochromatic Colors of #174A5D
Black with #174A5D
Text Example
Text Example
White with #174A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A5D; }
p { color: rgb(23,74,93); }
H1.HeaderClassName
{
color: #174A5D;
}
.AnyTagClassName
{
color: #174A5D;
}
</style>
background-color css
<style>
a { background-color: #174A5D; }
a { background-color: rgb(23,74,93); }
div.DivClassName
{
background-color: #174A5D;
}
.BgClassName
{
background-color: #174A5D;
}
</style>
border-color css
<style>
span { border-color: #174A5D; }
span { border-color: rgb(23,74,93); }
td.TdClassName
{
border-color: #174A5D;
}
.TagClassName
{
border-color: #174A5D;
}
</style>