Shades of Astronaut Blue #174C5F
Tints of Astronaut Blue #174C5F
RGB
CMYK
RGB Variations
Color information
#174C5F (or 0x174C5F) is known color: Astronaut Blue. HEX triplet: 17, 4C and 5F. RGB value is (23,76,95). Sum of RGB (Red+Green+Blue) = 23+76+95=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #174C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C5F is #E8B3A0. Grayscale: #3E3E3E. Windows color (decimal): -15250337 or 6245399. OLE color: 6245399.
HSL color Cylindrical-coordinate representation of color #174C5F: hue angle of 195.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174C5F is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 76 | 95 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.63 |
| HSL | 195.83º | 0.61% | 0.23% | - |
| HSV(B) | 195.83º | 0.76% | 0.37% | - |
| XYZ | 5 | 6.18 | 11.76 | - |
| YUV | 62.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 95 | 0.76 | 0.20 | 0 | 0.63 | 195.83 | 0.61 | 0.23 |
| Hex | 17 | 4C | 5F | 4C | 14 | 0 | 3F | C4 | 3D | 17 |
| Octal | 27 | 114 | 137 | 114 | 24 | 0 | 77 | 304 | 75 | 27 |
| Binary | 10111 | 1001100 | 1011111 | 1001100 | 10100 | 0 | 111111 | 11000100 | 111101 | 10111 |
Color Harmonies of #174C5F
Complementary color
Monochromatic Colors of #174C5F
Black with #174C5F
Text Example
Text Example
White with #174C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C5F; }
p { color: rgb(23,76,95); }
H1.HeaderClassName
{
color: #174C5F;
}
.AnyTagClassName
{
color: #174C5F;
}
</style>
background-color css
<style>
a { background-color: #174C5F; }
a { background-color: rgb(23,76,95); }
div.DivClassName
{
background-color: #174C5F;
}
.BgClassName
{
background-color: #174C5F;
}
</style>
border-color css
<style>
span { border-color: #174C5F; }
span { border-color: rgb(23,76,95); }
td.TdClassName
{
border-color: #174C5F;
}
.TagClassName
{
border-color: #174C5F;
}
</style>