Shades of Astronaut Blue #174C68
Tints of Astronaut Blue #174C68
RGB
CMYK
RGB Variations
Color information
#174C68 (or 0x174C68) is known color: Astronaut Blue. HEX triplet: 17, 4C and 68. RGB value is (23,76,104). Sum of RGB (Red+Green+Blue) = 23+76+104=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #174C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C68 is #E8B397. Grayscale: #3F3F3F. Windows color (decimal): -15250328 or 6835223. OLE color: 6835223.
HSL color Cylindrical-coordinate representation of color #174C68: hue angle of 200.74º 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 #174C68 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 76 | 104 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.59 |
| HSL | 200.74º | 0.64% | 0.25% | - |
| HSV(B) | 200.74º | 0.78% | 0.41% | - |
| XYZ | 5.44 | 6.35 | 14.04 | - |
| YUV | 63.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 104 | 0.78 | 0.27 | 0 | 0.59 | 200.74 | 0.64 | 0.25 |
| Hex | 17 | 4C | 68 | 4E | 1B | 0 | 3B | C9 | 40 | 19 |
| Octal | 27 | 114 | 150 | 116 | 33 | 0 | 73 | 311 | 100 | 31 |
| Binary | 10111 | 1001100 | 1101000 | 1001110 | 11011 | 0 | 111011 | 11001001 | 1000000 | 11001 |
Color Harmonies of #174C68
Complementary color
Monochromatic Colors of #174C68
Black with #174C68
Text Example
Text Example
White with #174C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C68; }
p { color: rgb(23,76,104); }
H1.HeaderClassName
{
color: #174C68;
}
.AnyTagClassName
{
color: #174C68;
}
</style>
background-color css
<style>
a { background-color: #174C68; }
a { background-color: rgb(23,76,104); }
div.DivClassName
{
background-color: #174C68;
}
.BgClassName
{
background-color: #174C68;
}
</style>
border-color css
<style>
span { border-color: #174C68; }
span { border-color: rgb(23,76,104); }
td.TdClassName
{
border-color: #174C68;
}
.TagClassName
{
border-color: #174C68;
}
</style>