Shades of Astronaut Blue #174A68
Tints of Astronaut Blue #174A68
RGB
CMYK
RGB Variations
Color information
#174A68 (or 0x174A68) is known color: Astronaut Blue. HEX triplet: 17, 4A and 68. RGB value is (23,74,104). Sum of RGB (Red+Green+Blue) = 23+74+104=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #174A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A68 is #E8B597. Grayscale: #3D3D3D. Windows color (decimal): -15250840 or 6834711. OLE color: 6834711.
HSL color Cylindrical-coordinate representation of color #174A68: hue angle of 202.22º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174A68 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 74 | 104 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.59 |
| HSL | 202.22º | 0.64% | 0.25% | - |
| HSV(B) | 202.22º | 0.78% | 0.41% | - |
| XYZ | 5.3 | 6.08 | 13.99 | - |
| YUV | 62.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 104 | 0.78 | 0.29 | 0 | 0.59 | 202.22 | 0.64 | 0.25 |
| Hex | 17 | 4A | 68 | 4E | 1D | 0 | 3B | CA | 40 | 19 |
| Octal | 27 | 112 | 150 | 116 | 35 | 0 | 73 | 312 | 100 | 31 |
| Binary | 10111 | 1001010 | 1101000 | 1001110 | 11101 | 0 | 111011 | 11001010 | 1000000 | 11001 |
Color Harmonies of #174A68
Complementary color
Monochromatic Colors of #174A68
Black with #174A68
Text Example
Text Example
White with #174A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A68; }
p { color: rgb(23,74,104); }
H1.HeaderClassName
{
color: #174A68;
}
.AnyTagClassName
{
color: #174A68;
}
</style>
background-color css
<style>
a { background-color: #174A68; }
a { background-color: rgb(23,74,104); }
div.DivClassName
{
background-color: #174A68;
}
.BgClassName
{
background-color: #174A68;
}
</style>
border-color css
<style>
span { border-color: #174A68; }
span { border-color: rgb(23,74,104); }
td.TdClassName
{
border-color: #174A68;
}
.TagClassName
{
border-color: #174A68;
}
</style>