Shades of Astronaut Blue #174A67
Tints of Astronaut Blue #174A67
RGB
CMYK
RGB Variations
Color information
#174A67 (or 0x174A67) is known color: Astronaut Blue. HEX triplet: 17, 4A and 67. RGB value is (23,74,103). Sum of RGB (Red+Green+Blue) = 23+74+103=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #174A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A67 is #E8B598. Grayscale: #3D3D3D. Windows color (decimal): -15250841 or 6769175. OLE color: 6769175.
HSL color Cylindrical-coordinate representation of color #174A67: hue angle of 201.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174A67 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 74 | 103 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.60 |
| HSL | 201.75º | 0.63% | 0.25% | - |
| HSV(B) | 201.75º | 0.78% | 0.4% | - |
| XYZ | 5.25 | 6.06 | 13.72 | - |
| YUV | 62.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 103 | 0.78 | 0.28 | 0 | 0.60 | 201.75 | 0.63 | 0.25 |
| Hex | 17 | 4A | 67 | 4E | 1C | 0 | 3C | CA | 3F | 19 |
| Octal | 27 | 112 | 147 | 116 | 34 | 0 | 74 | 312 | 77 | 31 |
| Binary | 10111 | 1001010 | 1100111 | 1001110 | 11100 | 0 | 111100 | 11001010 | 111111 | 11001 |
Color Harmonies of #174A67
Complementary color
Monochromatic Colors of #174A67
Black with #174A67
Text Example
Text Example
White with #174A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A67; }
p { color: rgb(23,74,103); }
H1.HeaderClassName
{
color: #174A67;
}
.AnyTagClassName
{
color: #174A67;
}
</style>
background-color css
<style>
a { background-color: #174A67; }
a { background-color: rgb(23,74,103); }
div.DivClassName
{
background-color: #174A67;
}
.BgClassName
{
background-color: #174A67;
}
</style>
border-color css
<style>
span { border-color: #174A67; }
span { border-color: rgb(23,74,103); }
td.TdClassName
{
border-color: #174A67;
}
.TagClassName
{
border-color: #174A67;
}
</style>