Shades of Astronaut Blue #174B63
Tints of Astronaut Blue #174B63
RGB
CMYK
RGB Variations
Color information
#174B63 (or 0x174B63) is known color: Astronaut Blue. HEX triplet: 17, 4B and 63. RGB value is (23,75,99). Sum of RGB (Red+Green+Blue) = 23+75+99=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #174B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B63 is #E8B49C. Grayscale: #3E3E3E. Windows color (decimal): -15250589 or 6507287. OLE color: 6507287.
HSL color Cylindrical-coordinate representation of color #174B63: hue angle of 198.95º 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 #174B63 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 75 | 99 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.61 |
| HSL | 198.95º | 0.62% | 0.24% | - |
| HSV(B) | 198.95º | 0.77% | 0.39% | - |
| XYZ | 5.12 | 6.12 | 12.71 | - |
| YUV | 62.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 99 | 0.77 | 0.24 | 0 | 0.61 | 198.95 | 0.62 | 0.24 |
| Hex | 17 | 4B | 63 | 4D | 18 | 0 | 3D | C7 | 3E | 18 |
| Octal | 27 | 113 | 143 | 115 | 30 | 0 | 75 | 307 | 76 | 30 |
| Binary | 10111 | 1001011 | 1100011 | 1001101 | 11000 | 0 | 111101 | 11000111 | 111110 | 11000 |
Color Harmonies of #174B63
Complementary color
Monochromatic Colors of #174B63
Black with #174B63
Text Example
Text Example
White with #174B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B63; }
p { color: rgb(23,75,99); }
H1.HeaderClassName
{
color: #174B63;
}
.AnyTagClassName
{
color: #174B63;
}
</style>
background-color css
<style>
a { background-color: #174B63; }
a { background-color: rgb(23,75,99); }
div.DivClassName
{
background-color: #174B63;
}
.BgClassName
{
background-color: #174B63;
}
</style>
border-color css
<style>
span { border-color: #174B63; }
span { border-color: rgb(23,75,99); }
td.TdClassName
{
border-color: #174B63;
}
.TagClassName
{
border-color: #174B63;
}
</style>