Shades of Astronaut Blue #174E63
Tints of Astronaut Blue #174E63
RGB
CMYK
RGB Variations
Color information
#174E63 (or 0x174E63) is known color: Astronaut Blue. HEX triplet: 17, 4E and 63. RGB value is (23,78,99). Sum of RGB (Red+Green+Blue) = 23+78+99=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #174E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E63 is #E8B19C. Grayscale: #3F3F3F. Windows color (decimal): -15249821 or 6508055. OLE color: 6508055.
HSL color Cylindrical-coordinate representation of color #174E63: hue angle of 196.58º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174E63 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 78 | 99 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.61 |
| HSL | 196.58º | 0.62% | 0.24% | - |
| HSV(B) | 196.58º | 0.77% | 0.39% | - |
| XYZ | 5.33 | 6.53 | 12.78 | - |
| YUV | 63.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 99 | 0.77 | 0.21 | 0 | 0.61 | 196.58 | 0.62 | 0.24 |
| Hex | 17 | 4E | 63 | 4D | 15 | 0 | 3D | C5 | 3E | 18 |
| Octal | 27 | 116 | 143 | 115 | 25 | 0 | 75 | 305 | 76 | 30 |
| Binary | 10111 | 1001110 | 1100011 | 1001101 | 10101 | 0 | 111101 | 11000101 | 111110 | 11000 |
Color Harmonies of #174E63
Complementary color
Monochromatic Colors of #174E63
Black with #174E63
Text Example
Text Example
White with #174E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174E63; }
p { color: rgb(23,78,99); }
H1.HeaderClassName
{
color: #174E63;
}
.AnyTagClassName
{
color: #174E63;
}
</style>
background-color css
<style>
a { background-color: #174E63; }
a { background-color: rgb(23,78,99); }
div.DivClassName
{
background-color: #174E63;
}
.BgClassName
{
background-color: #174E63;
}
</style>
border-color css
<style>
span { border-color: #174E63; }
span { border-color: rgb(23,78,99); }
td.TdClassName
{
border-color: #174E63;
}
.TagClassName
{
border-color: #174E63;
}
</style>